projects
/
projects.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01e2816
)
gitarre
author
Michael Wagner
<michael@wagnertech.de>
Mon, 14 Oct 2024 21:00:26 +0000
(23:00 +0200)
committer
Michael Wagner
<michael@wagnertech.de>
Mon, 14 Oct 2024 21:00:26 +0000
(23:00 +0200)
debian/frpc.conf
patch
|
blob
|
history
diff --git
a/debian/frpc.conf
b/debian/frpc.conf
index
53a0a5c
..
f6f2c7a
100644
(file)
--- 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