summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_memtest
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_binary_memtest')
-rwxr-xr-xhelpers/lh_binary_memtest6
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers/lh_binary_memtest b/helpers/lh_binary_memtest
index edf3830..eedc054 100755
--- a/helpers/lh_binary_memtest
+++ b/helpers/lh_binary_memtest
@@ -72,7 +72,7 @@ esac
Install_package
# Setting destination directory
-case "${LIVE_BINARY_IMAGE}" in
+case "${LIVE_BINARY_IMAGES}" in
iso)
DESTDIR="binary/live"
;;
@@ -82,12 +82,12 @@ case "${LIVE_BINARY_IMAGE}" in
;;
usb-hdd|hdd)
- DESTDIR="binary"
+ DESTDIR="binary/live"
;;
esac
# Temporary check for broken syslinux
-if [ "${LIVE_BINARY_IMAGE}" = "iso" ]
+if [ "${LIVE_BINARY_IMAGES}" = "iso" ]
then
# Assemble multi-arch
if [ -n "${MULTIARCH}" ]