diff options
author | Daniel Baumann <daniel@debian.org> | 2010-05-29 14:35:54 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:10 +0100 |
commit | c4ba22deff19d73d1fa9df06c9066b70983ebdc2 (patch) | |
tree | ec024a835576debdd6187b7a76515c7077f5c236 /helpers | |
parent | 4a7a32fea0cf223b62cce5bc04cfff8c84a60a0f (diff) | |
download | vyos-live-build-c4ba22deff19d73d1fa9df06c9066b70983ebdc2.tar.gz vyos-live-build-c4ba22deff19d73d1fa9df06c9066b70983ebdc2.zip |
Using old pathes for win32-loader on squeeze too.
Diffstat (limited to 'helpers')
-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" ;; |