]> wagnertech.de Git - projects.git/commitdiff
gitarre
authorMichael Wagner <michael@wagnertech.de>
Mon, 14 Oct 2024 21:00:26 +0000 (23:00 +0200)
committerMichael Wagner <michael@wagnertech.de>
Mon, 14 Oct 2024 21:00:26 +0000 (23:00 +0200)
debian/frpc.conf

index 53a0a5c02bb9d43db774c99d5fbe15a8af6fc0cf..f6f2c7abe25b380cb26600225c255d25148f668a 100644 (file)
@@ -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