[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] Fix setting of destination directory in lh_binary_debian-installer



=== modified file 'helpers/lh_binary_debian-installer'
--- helpers/lh_binary_debian-installer	2009-06-30 14:45:36 +0000
+++ helpers/lh_binary_debian-installer	2009-07-14 19:44:05 +0000
@@ -79,10 +79,6 @@

 # Setting destination directory
 case "${LH_BINARY_IMAGES}" in
-	iso)
-		DESTDIR="binary/install"
-		;;
-
 	net)
 		DESTDIR="tftpboot/debian-install/${LH_ARCHITECTURE}"
 		;;
@@ -96,6 +92,9 @@
 			DESTDIR="binary"
 		fi
 		;;
+	*)
+		DESTDIR="binary/installer"
+		;;
 esac

 # Set d-i image type

Cheers,

--
Cody A.W. Somerville
Software Systems Release Engineer
Foundations Team
Custom Engineering Solutions Group
Canonical OEM Services
Phone: +1-781-850-2087
Cell: +1-506-471-8402
Email: cody.somerville@canonical.com


Reply to: