From c69473a82f7534006cc555639af5b3e67c8ff7bf Mon Sep 17 00:00:00 2001 From: Relintai Date: Fri, 25 Mar 2022 18:06:04 +0100 Subject: [PATCH] fixed smaller issues with the podman build all script. --- misc/build-containers/podman_build_all.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/misc/build-containers/podman_build_all.sh b/misc/build-containers/podman_build_all.sh index a76aa0c97..c58332257 100755 --- a/misc/build-containers/podman_build_all.sh +++ b/misc/build-containers/podman_build_all.sh @@ -40,17 +40,17 @@ rm -f modules/modules_enabled.gen.h $podman run -v ${project_root}:/root/project -w /root/project pandemonium-linux:${img_version} scons tools=yes target=release_debug custom_modules_shared=no debug_symbols=no platform=x11 bits=64 -j4 . 2>&1 | tee logs/linux_ed_64.log rm -f modules/modules_enabled.gen.h # Linux editor 32 bit -$podman run -v ${project_root}:/root/project -w /root/project pandemonium-linux:${img_version} scons tools=yes target=release_debug custom_modules_shared=no debug_symbols=no platform=x11 bits=32 -j4 . 2>&1 | tee logs/linux_ed_64.log +$podman run -v ${project_root}:/root/project -w /root/project pandemonium-linux:${img_version} scons tools=yes target=release_debug custom_modules_shared=no debug_symbols=no platform=x11 bits=32 -j4 . 2>&1 | tee logs/linux_ed_32.log rm -f modules/modules_enabled.gen.h # Linux templates 64 bit $podman run -v ${project_root}:/root/project -w /root/project pandemonium-linux:${img_version} scons tools=no target=release_debug custom_modules_shared=no debug_symbols=no platform=x11 bits=64 -j4 . 2>&1 | tee logs/linux_template_rd_64.log rm -f modules/modules_enabled.gen.h -$podman run -v ${project_root}:/root/project -w /root/project pandemonium-linux:${img_version} scons tools=no target=release custom_modules_shared=no debug_symbols=no platform=x11 bits=64 -j4 . 2>&1 | tee logs/linux_template_r_32.log +$podman run -v ${project_root}:/root/project -w /root/project pandemonium-linux:${img_version} scons tools=no target=release custom_modules_shared=no debug_symbols=no platform=x11 bits=64 -j4 . 2>&1 | tee logs/linux_template_r_64.log rm -f modules/modules_enabled.gen.h # Linux templates 32 bit -$podman run -v ${project_root}:/root/project -w /root/project pandemonium-linux:${img_version} scons tools=no target=release_debug custom_modules_shared=no debug_symbols=no platform=x11 bits=32 -j4 . 2>&1 | tee logs/linux_template_rd_64.log +$podman run -v ${project_root}:/root/project -w /root/project pandemonium-linux:${img_version} scons tools=no target=release_debug custom_modules_shared=no debug_symbols=no platform=x11 bits=32 -j4 . 2>&1 | tee logs/linux_template_rd_32.log rm -f modules/modules_enabled.gen.h $podman run -v ${project_root}:/root/project -w /root/project pandemonium-linux:${img_version} scons tools=no target=release custom_modules_shared=no debug_symbols=no platform=x11 bits=32 -j4 . 2>&1 | tee logs/linux_template_r_32.log rm -f modules/modules_enabled.gen.h @@ -171,12 +171,12 @@ files=( "pandemonium.x11.opt.tools.32" # Server (Linux) - template - "pandemonium.server.opt.64" - "pandemonium.server.opt.debug.64" + "pandemonium_server.opt.64" + "pandemonium_server.opt.debug.64" # Headless (Linux) - editor - "pandemonium.server.opt.tools.64" + "pandemonium_server.opt.tools.64" # JS "pandemonium.javascript.opt.zip"