diff options
author | Daniel Baumann <daniel@debian.org> | 2010-07-10 22:37:11 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-07-10 22:37:11 +0200 |
commit | c935ce5ba1c76de0e4cc4037c4ca84003e6cba8f (patch) | |
tree | 134b9b3bc0dc6ec73b47e2c657cb01720d5e0087 | |
parent | 29bc7efdd9ac83d6e2e279cbff218f1baacf2385 (diff) | |
download | vyos-live-build-c935ce5ba1c76de0e4cc4037c4ca84003e6cba8f.tar.gz vyos-live-build-c935ce5ba1c76de0e4cc4037c4ca84003e6cba8f.zip |
Copying win32-loader recursively to cope with another win32-loader file re-arangement.
-rwxr-xr-x | helpers/binary_win32-loader | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/binary_win32-loader b/helpers/binary_win32-loader index d9f2f90cd..934e33cf9 100755 --- a/helpers/binary_win32-loader +++ b/helpers/binary_win32-loader @@ -66,9 +66,9 @@ case "${LH_ARCHITECTURE}" in Install_package # Copying win32-loader - cp chroot/${WIN32_LOADER}/* binary + cp -r chroot/${WIN32_LOADER}/* binary else - cp ${WIN32_LOADER}/* binary + cp -r ${WIN32_LOADER}/* binary fi mv binary/win32-loader.exe binary/setup.exe |