Cosmetical simplification of debian-installer DESTDIR assignement, thanks to Cody A.W. Somerville <cody.somerville@canonical.com>.
This commit is contained in:
parent
2c2d1e10c4
commit
b305694034
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue