~ubuntu-branches/ubuntu/vivid/simplestreams/vivid-updates

« back to all changes in this revision

Viewing changes to tools/build-deb

  • Committer: Package Import Robot
  • Author(s): Scott Moser
  • Date: 2013-06-28 16:23:11 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130628162311-zit9qzwvhsexcarl
Tags: 0.1.0~bzr266-0ubuntu1
* New upstream snapshot.
  * include sstream-query, improved sstream-sync
  * supports python3

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
cd "$TEMP_D"
76
76
for f in *; do
77
77
   [ -f "$f" ] || continue
78
 
   cp "$f" "$start_d/" || fail "failed copy $f"
 
78
   cp "$f" "$start_d" || fail "failed copy $f"
79
79
   echo "wrote $f"
80
80
done
81
81
exit