~notnownikki/live-build/lb-sg-2.x-zsync-support

« back to all changes in this revision

Viewing changes to scripts/build/lb_binary_tar

  • Committer: Timothy R. Chavez
  • Date: 2013-01-22 18:30:18 UTC
  • Revision ID: timothy.chavez@canonical.com-20130122183018-k1fn8mjuab6r67px
* scripts/build/lb_binary_tar
  - Change 'binary' to 'binary-tar' in clean-up statement before we attempt the
    compression

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
Create_lockfile .lock
45
45
 
46
46
# Remove old binary
47
 
rm -f binary.tar.bz2 binary.tar.gz binary.tar.xz binary.tar
 
47
rm -f binary-tar.tar.bz2 binary-tar.tar.gz binary-tar.tar.xz binary-tar.tar
48
48
 
49
49
tar cf binary-tar.tar binary
50
50