summaryrefslogtreecommitdiff
path: root/scripts/build/lb_binary_net
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-01-07 23:39:41 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:20:41 +0100
commit8767617f410d3f05b996d4e80f7408f2bb108861 (patch)
treeea1fc9fb23573906dfbebe0b059649965ac84402 /scripts/build/lb_binary_net
parentbb1230ba24e2064f57c7063b47e29d77ec214c87 (diff)
downloadvyos-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-xscripts/build/lb_binary_net2
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
;;