X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/01e28160b86ec640b414ef7e35cfa24991911172..refs/heads/master:/debian/frpc.conf 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