From 981592fa194ec097693281a82baf6f308beb2c61 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Tue, 16 Jul 2024 20:58:25 +0200 Subject: [PATCH] how many times can someone fuck up a build script --- docker_builds/debian_bookworm/do_build.sh | 2 +- docker_builds/debian_bullseye/do_build.sh | 2 +- docker_builds/debian_buster/do_build.sh | 2 +- docker_builds/debian_sid/do_build.sh | 2 +- docker_builds/ubuntu_bionic/do_build.sh | 2 +- docker_builds/ubuntu_focal/do_build.sh | 2 +- docker_builds/ubuntu_jammy/do_build.sh | 2 +- docker_builds/ubuntu_mantic/do_build.sh | 2 +- docker_builds/ubuntu_noble/do_build.sh | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docker_builds/debian_bookworm/do_build.sh b/docker_builds/debian_bookworm/do_build.sh index a0fb4b1e..ad6f0eb2 100644 --- a/docker_builds/debian_bookworm/do_build.sh +++ b/docker_builds/debian_bookworm/do_build.sh @@ -33,7 +33,7 @@ cd build cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr make -j2 make install -cd .. +cd ../../ cd SDRPlusPlus mkdir build diff --git a/docker_builds/debian_bullseye/do_build.sh b/docker_builds/debian_bullseye/do_build.sh index a0fb4b1e..ad6f0eb2 100644 --- a/docker_builds/debian_bullseye/do_build.sh +++ b/docker_builds/debian_bullseye/do_build.sh @@ -33,7 +33,7 @@ cd build cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr make -j2 make install -cd .. +cd ../../ cd SDRPlusPlus mkdir build diff --git a/docker_builds/debian_buster/do_build.sh b/docker_builds/debian_buster/do_build.sh index 304db4d0..ccc4353a 100644 --- a/docker_builds/debian_buster/do_build.sh +++ b/docker_builds/debian_buster/do_build.sh @@ -33,7 +33,7 @@ cd build cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr make -j2 make install -cd .. +cd ../../ cd SDRPlusPlus mkdir build diff --git a/docker_builds/debian_sid/do_build.sh b/docker_builds/debian_sid/do_build.sh index 681ea497..49f6e87f 100644 --- a/docker_builds/debian_sid/do_build.sh +++ b/docker_builds/debian_sid/do_build.sh @@ -33,7 +33,7 @@ cd build cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr make -j2 make install -cd .. +cd ../../ cd SDRPlusPlus mkdir build diff --git a/docker_builds/ubuntu_bionic/do_build.sh b/docker_builds/ubuntu_bionic/do_build.sh index ae8926d8..236a979e 100644 --- a/docker_builds/ubuntu_bionic/do_build.sh +++ b/docker_builds/ubuntu_bionic/do_build.sh @@ -59,7 +59,7 @@ cd build cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr make -j2 make install -cd .. +cd ../../ # Fix missing .pc file for codec2 echo 'prefix=/usr/' >> /usr/share/pkgconfig/codec2.pc diff --git a/docker_builds/ubuntu_focal/do_build.sh b/docker_builds/ubuntu_focal/do_build.sh index a0fb4b1e..ad6f0eb2 100644 --- a/docker_builds/ubuntu_focal/do_build.sh +++ b/docker_builds/ubuntu_focal/do_build.sh @@ -33,7 +33,7 @@ cd build cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr make -j2 make install -cd .. +cd ../../ cd SDRPlusPlus mkdir build diff --git a/docker_builds/ubuntu_jammy/do_build.sh b/docker_builds/ubuntu_jammy/do_build.sh index a0fb4b1e..ad6f0eb2 100644 --- a/docker_builds/ubuntu_jammy/do_build.sh +++ b/docker_builds/ubuntu_jammy/do_build.sh @@ -33,7 +33,7 @@ cd build cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr make -j2 make install -cd .. +cd ../../ cd SDRPlusPlus mkdir build diff --git a/docker_builds/ubuntu_mantic/do_build.sh b/docker_builds/ubuntu_mantic/do_build.sh index 681ea497..49f6e87f 100644 --- a/docker_builds/ubuntu_mantic/do_build.sh +++ b/docker_builds/ubuntu_mantic/do_build.sh @@ -33,7 +33,7 @@ cd build cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr make -j2 make install -cd .. +cd ../../ cd SDRPlusPlus mkdir build diff --git a/docker_builds/ubuntu_noble/do_build.sh b/docker_builds/ubuntu_noble/do_build.sh index da0c4ca6..c1446d1d 100644 --- a/docker_builds/ubuntu_noble/do_build.sh +++ b/docker_builds/ubuntu_noble/do_build.sh @@ -33,7 +33,7 @@ cd build cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr make -j2 make install -cd .. +cd ../../ cd SDRPlusPlus mkdir build