summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_win32-loader
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_binary_win32-loader')
-rwxr-xr-xhelpers/lh_binary_win32-loader8
1 files changed, 4 insertions, 4 deletions
diff --git a/helpers/lh_binary_win32-loader b/helpers/lh_binary_win32-loader
index 6a61dfa..6851218 100755
--- a/helpers/lh_binary_win32-loader
+++ b/helpers/lh_binary_win32-loader
@@ -23,7 +23,7 @@ Arguments "${@}"
Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
Set_defaults
-if [ "${LH_WIN32_LOADER}" != "enabled" ] || [ "${LH_BINARY_IMAGES}" = "virtual-hdd" ]
+if [ "${LH_WIN32_LOADER}" != "true" ] || [ "${LH_BINARY_IMAGES}" = "virtual-hdd" ]
then
exit 0
fi
@@ -44,7 +44,7 @@ Create_lockfile .lock
case "${LH_ARCHITECTURE}" in
amd64|i386)
- if [ "${LH_CHROOT_BUILD}" = "enabled" ]
+ if [ "${LH_CHROOT_BUILD}" = "true" ]
then
# Checking depends
Check_package chroot/usr/lib/win32-loader/win32-loader.exe win32-loader
@@ -63,7 +63,7 @@ case "${LH_ARCHITECTURE}" in
mv binary/win32-loader.exe binary/setup.exe
- if [ "${LH_DEBIAN_INSTALLER}" != "disabled" ]
+ if [ "${LH_DEBIAN_INSTALLER}" != "false" ]
then
cat > binary/win32-loader.ini << EOF
@@ -89,7 +89,7 @@ EOF
;;
*)
- Echo_warning "win32-loader inclusion is enabled but not compatible with your architecture, ignoring."
+ Echo_warning "win32-loader inclusion is set to true but not compatible with your architecture, ignoring."
;;
esac