We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6307a7f commit cef1d20Copy full SHA for cef1d20
useful-tools/make-aur-package.sh
@@ -55,7 +55,7 @@ else
55
fi
56
cd ./"$1"
57
58
-if ! grep =q "arch=.*$ARCH" ./PKGBUILD; then
+if ! grep -q "arch=.*$ARCH" ./PKGBUILD; then
59
sed -i -e "s|x86_64|$ARCH|" ./PKGBUILD
60
61
0 commit comments