diff options
author | Daniel Baumann <daniel@debian.org> | 2010-05-29 14:35:54 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-05-30 09:42:29 +0200 |
commit | a9d3316f3cd4e1732fe99ce6b6aff5c95951425a (patch) | |
tree | ec024a835576debdd6187b7a76515c7077f5c236 | |
parent | 7ade43c8417f65ac23b65608950aa8eae1d6b8f4 (diff) | |
download | vyos-live-build-a9d3316f3cd4e1732fe99ce6b6aff5c95951425a.tar.gz vyos-live-build-a9d3316f3cd4e1732fe99ce6b6aff5c95951425a.zip |
Using old pathes for win32-loader on squeeze too.
-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" ;; |