diff options
Diffstat (limited to 'helpers/lh_binary_win32-loader')
-rwxr-xr-x | helpers/lh_binary_win32-loader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_win32-loader b/helpers/lh_binary_win32-loader index 7eb7eea..6a61dfa 100755 --- a/helpers/lh_binary_win32-loader +++ b/helpers/lh_binary_win32-loader @@ -43,7 +43,7 @@ Check_lockfile .lock Create_lockfile .lock case "${LH_ARCHITECTURE}" in - amd64|i386|lpia) + amd64|i386) if [ "${LH_CHROOT_BUILD}" = "enabled" ] then # Checking depends |