From b305694034b6503484256067bec516b42400c9fe Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 Jul 2009 14:17:35 +0200 Subject: Cosmetical simplification of debian-installer DESTDIR assignement, thanks to Cody A.W. Somerville . --- helpers/lh_binary_debian-installer | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- cgit v1.0