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 0cff2cbe70
commit 84b18c8ebd
1 changed files with 2 additions and 2 deletions

View File

@ -66,9 +66,9 @@ case "${LH_ARCHITECTURE}" in
Install_package Install_package
# Copying win32-loader # Copying win32-loader
cp chroot/${WIN32_LOADER}/* binary cp -r chroot/${WIN32_LOADER}/* binary
else else
cp ${WIN32_LOADER}/* binary cp -r ${WIN32_LOADER}/* binary
fi fi
mv binary/win32-loader.exe binary/setup.exe mv binary/win32-loader.exe binary/setup.exe