diff options
author | Daniel Baumann <daniel@debian.org> | 2010-07-10 22:37:11 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:14 +0100 |
commit | 84b18c8ebd4b9f1b06cf433fef36a5832bc79fee (patch) | |
tree | 134b9b3bc0dc6ec73b47e2c657cb01720d5e0087 /helpers | |
parent | 0cff2cbe7004d4582e501aeb413dedf5c13de58d (diff) | |
download | vyos-live-build-84b18c8ebd4b9f1b06cf433fef36a5832bc79fee.tar.gz vyos-live-build-84b18c8ebd4b9f1b06cf433fef36a5832bc79fee.zip |
Copying win32-loader recursively to cope with another win32-loader file re-arangement.
Diffstat (limited to 'helpers')
-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 |