summaryrefslogtreecommitdiff
path: root/scripts/build/binary_win32-loader
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/binary_win32-loader')
-rwxr-xr-xscripts/build/binary_win32-loader4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/binary_win32-loader b/scripts/build/binary_win32-loader
index 18fccfa64..c4b42e1ad 100755
--- a/scripts/build/binary_win32-loader
+++ b/scripts/build/binary_win32-loader
@@ -53,9 +53,9 @@ case "${LB_ARCHITECTURE}" in
if [ "${LB_BUILD_WITH_CHROOT}" = "true" ]
then
# Copying win32-loader
- cp -r chroot/usr/share/win32/* binary
+ cp -a chroot/usr/share/win32/* binary
else
- cp -r usr/share/win32/* binary
+ cp -a usr/share/win32/* binary
fi
mv binary/win32-loader.exe binary/setup.exe