[SCM] live-build branch, debian-next, updated. debian/3.0_a10-1-21-g2d48ecb

Daniel Baumann daniel at debian.org
Fri Jan 7 22:40:07 UTC 2011


The following commit has been merged in the debian-next branch:
commit 2d48ecbdb42a973d3dfed16da4a958f2504f9bab
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Jan 7 23:39:41 2011 +0100

    Correcting compression handling for tarballs.

diff --git a/scripts/build/lb_binary_net b/scripts/build/lb_binary_net
index 9d5e01c..bd9504f 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
 		;;
diff --git a/scripts/build/lb_binary_tar b/scripts/build/lb_binary_tar
index 183b67f..026ca2c 100755
--- a/scripts/build/lb_binary_tar
+++ b/scripts/build/lb_binary_tar
@@ -48,7 +48,7 @@ rm -f binary.tar.bz2 binary.tar.gz binary.tar.lz binary.tar
 
 tar cf binary-tar.tar binary
 
-case "${_COMPRESSION}" in
+case "${LB_COMPRESSION}" in
 	bzip2)
 		bzip2 ${BZIP2_OPTIONS} binary-tar.tar
 		;;
diff --git a/scripts/build/lb_source_tar b/scripts/build/lb_source_tar
index 56c5ec7..1615357 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

-- 
live-build



More information about the debian-live-changes mailing list