Correcting compression handling for tarballs.

This commit is contained in:
Daniel Baumann 2011-01-07 23:39:41 +01:00
parent bb1230ba24
commit 8767617f41
3 changed files with 3 additions and 3 deletions

View File

@ -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
;;

View File

@ -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
;;

View File

@ -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