[SCM] Debian Live build scripts branch, master, updated. debian/1.0.5-1-13-g88559cc

Daniel Baumann daniel at debian.org
Wed Jul 15 12:31:33 UTC 2009


The following commit has been merged in the master branch:
commit 88559cc41e257f780dc67d9b385790a0e87626ee
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Jul 15 14:17:35 2009 +0200

    Cosmetical simplification of debian-installer DESTDIR assignement, thanks to Cody A.W. Somerville <cody.somerville at canonical.com>.

diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index 5e91e83..1477993 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -79,10 +79,6 @@ Install_package
 
 # Setting destination directory
 case "${LH_BINARY_IMAGES}" in
-	iso)
-		DESTDIR="binary/install"
-		;;
-
 	net)
 		DESTDIR="tftpboot/debian-install/${LH_ARCHITECTURE}"
 		;;
@@ -96,6 +92,10 @@ case "${LH_BINARY_IMAGES}" in
 			DESTDIR="binary"
 		fi
 		;;
+
+	*)
+		DESTDIR="binary/install"
+		;;
 esac
 
 # Set d-i image type

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list