projects
/
citadel
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a84c637
)
ARCH needs to be set to 'arm' for 32-bit
author
Art Cancro
<ajc@citadel.org>
Sun, 11 Jul 2021 21:55:25 +0000
(17:55 -0400)
committer
Art Cancro
<ajc@citadel.org>
Sun, 11 Jul 2021 21:55:25 +0000
(17:55 -0400)
appimage/build_appimage.sh
patch
|
blob
|
history
diff --git
a/appimage/build_appimage.sh
b/appimage/build_appimage.sh
index db3f6b30b3e2de61370b7d9e052ae75187a82127..1a07c7c6a98298af8cc3655e9a9238a2fb134daa 100755
(executable)
--- a/
appimage/build_appimage.sh
+++ b/
appimage/build_appimage.sh
@@
-101,7
+101,7
@@
basefilename=citadel-`cat ../release_version.txt`
if [ $CPU == x86_64 ] ; then
export ARCH=x86_64
elif [ $CPU == armv7l ] ; then
- export ARCH=arm
hf
+ export ARCH=arm
elif [ $CPU == aarch64 ] ; then
export ARCH=aarch64
fi