diff options
author | Daniel Baumann <daniel@debian.org> | 2011-01-07 23:39:41 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:41 +0100 |
commit | 8767617f410d3f05b996d4e80f7408f2bb108861 (patch) | |
tree | ea1fc9fb23573906dfbebe0b059649965ac84402 /scripts/build/lb_source_tar | |
parent | bb1230ba24e2064f57c7063b47e29d77ec214c87 (diff) | |
download | vyos-live-build-8767617f410d3f05b996d4e80f7408f2bb108861.tar.gz vyos-live-build-8767617f410d3f05b996d4e80f7408f2bb108861.zip |
Correcting compression handling for tarballs.
Diffstat (limited to 'scripts/build/lb_source_tar')
-rwxr-xr-x | scripts/build/lb_source_tar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_source_tar b/scripts/build/lb_source_tar index 56c5ec7cb..16153570f 100755 --- a/scripts/build/lb_source_tar +++ b/scripts/build/lb_source_tar @@ -56,7 +56,7 @@ rm -f source.debian-live.tar.bz2 source.debian-live.tar.gz source.debian-live.ta tar cf source.debian.tar source/debian tar cf source.debian-live.tar source/debian-live -case "${_COMPRESSION}" in +case "${LB_COMPRESSION}" in bzip2) bzip2 ${BZIP2_OPTIONS} source.debian.tar bzip2 ${BZIP2_OPTIONS} source.debian-live.tar |