diff options
Diffstat (limited to 'helpers/lh_binary_debian-installer')
-rwxr-xr-x | helpers/lh_binary_debian-installer | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 5e91e8348..14779935a 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 |