From 2e476867cd45180741d6579102096daa01554e7b Mon Sep 17 00:00:00 2001 From: Michael Wagner Date: Mon, 14 Oct 2024 23:00:26 +0200 Subject: [PATCH] gitarre --- debian/frpc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/frpc.conf b/debian/frpc.conf index 53a0a5c..f6f2c7a 100644 --- a/debian/frpc.conf +++ b/debian/frpc.conf @@ -7,9 +7,9 @@ multibuild=2 echo "run= $run" if [ $run -eq 1 ]; then - export ARCH=amd64 + add_conf_args="-a amd64" elif [ $run -eq 2 ]; then - export ARCH=arm + add_conf_args="-a arm" else echo "unknown run number" exit 2 -- 2.20.1