Copying win32-loader recursively to cope with another win32-loader file re-arangement.
This commit is contained in:
parent
0cff2cbe70
commit
84b18c8ebd
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue