summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhelpers/lh_binary_debian-installer8
1 files 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