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_binary_net | |
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_binary_net')
-rwxr-xr-x | scripts/build/lb_binary_net | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_binary_net b/scripts/build/lb_binary_net index 9d5e01cef..bd9504f10 100755 --- a/scripts/build/lb_binary_net +++ b/scripts/build/lb_binary_net @@ -136,7 +136,7 @@ cd binary.tmp tar cf ../binary-net.tar * -case "${_COMPRESSION}" in +case "${LB_COMPRESSION}" in bzip2) bzip2 ${BZIP2_OPTIONS} ../binary-net.tar ;; |