mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-13 22:31:11 +01:00
Add -f to the mv commands of the linux container build script.
This commit is contained in:
parent
4f9137a7e5
commit
c1d5bcff74
@ -41,7 +41,6 @@ scons tools=no target=release custom_modules_shared=no debug_symbols=no platform
|
|||||||
# Rename armhf to pi4
|
# Rename armhf to pi4
|
||||||
# Todo think about a better naming convention, especially if FRT is added to the builds aswell
|
# Todo think about a better naming convention, especially if FRT is added to the builds aswell
|
||||||
|
|
||||||
mv bin/pandemonium.x11.opt.armv7 bin/pandemonium.x11.opt.pi4
|
mv -f bin/pandemonium.x11.opt.armv7 bin/pandemonium.x11.opt.pi4
|
||||||
mv bin/pandemonium.x11.opt.debug.armv7 bin/pandemonium.x11.opt.debug.pi4
|
mv -f bin/pandemonium.x11.opt.debug.armv7 bin/pandemonium.x11.opt.debug.pi4
|
||||||
mv bin/pandemonium.x11.opt.tools.armv7 bin/pandemonium.x11.opt.tools.pi4
|
mv -f bin/pandemonium.x11.opt.tools.armv7 bin/pandemonium.x11.opt.tools.pi4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user