diff options
Diffstat (limited to 'helpers/binary_win32-loader')
-rwxr-xr-x | helpers/binary_win32-loader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/binary_win32-loader b/helpers/binary_win32-loader index 759ebac77..d9f2f90cd 100755 --- a/helpers/binary_win32-loader +++ b/helpers/binary_win32-loader @@ -45,7 +45,7 @@ Create_lockfile .lock case "${LH_ARCHITECTURE}" in amd64|i386) case "${LH_DISTRIBUTION}" in - lenny) + lenny|squeeze) WIN32_LOADER="/usr/lib/win32-loader" ;; |