Copying win32-loader recursively to cope with another win32-loader file re-arangement.

This commit is contained in:
Daniel Baumann 2010-07-10 22:37:11 +02:00
parent 29bc7efdd9
commit c935ce5ba1
1 changed files with 2 additions and 2 deletions

View File

@ -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