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

This commit is contained in:
Daniel Baumann 2009-07-15 14:17:35 +02:00
parent 2c2d1e10c4
commit b305694034
1 changed files with 4 additions and 4 deletions

View File

@ -79,10 +79,6 @@ Install_package
# Setting destination directory # Setting destination directory
case "${LH_BINARY_IMAGES}" in case "${LH_BINARY_IMAGES}" in
iso)
DESTDIR="binary/install"
;;
net) net)
DESTDIR="tftpboot/debian-install/${LH_ARCHITECTURE}" DESTDIR="tftpboot/debian-install/${LH_ARCHITECTURE}"
;; ;;
@ -96,6 +92,10 @@ case "${LH_BINARY_IMAGES}" in
DESTDIR="binary" DESTDIR="binary"
fi fi
;; ;;
*)
DESTDIR="binary/install"
;;
esac esac
# Set d-i image type # Set d-i image type