Skip to content

Commit 8d35f68

Browse files
committed
readding -aarmhf flag to debuild
1 parent 6f7dcbf commit 8d35f68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/makedeb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [ $setup == "yes" ]; then
1616
cp -R ./debian/ ../library/
1717
fi
1818

19-
cd ../library && debuild
19+
cd ../library && debuild -aarmhf
2020

2121
for file in ${pkgfiles[@]}; do
2222
mv ../*.$file ../packaging

0 commit comments

Comments
 (0)