We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7dcbf commit 8d35f68Copy full SHA for 8d35f68
1 file changed
packaging/makedeb.sh
@@ -16,7 +16,7 @@ if [ $setup == "yes" ]; then
16
cp -R ./debian/ ../library/
17
fi
18
19
-cd ../library && debuild
+cd ../library && debuild -aarmhf
20
21
for file in ${pkgfiles[@]}; do
22
mv ../*.$file ../packaging
0 commit comments