From 8767617f410d3f05b996d4e80f7408f2bb108861 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 7 Jan 2011 23:39:41 +0100 Subject: Correcting compression handling for tarballs. --- scripts/build/lb_binary_net | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/lb_binary_net') 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 ;; -- cgit v1.2.3