We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91eefb9 commit 85c30f3Copy full SHA for 85c30f3
1 file changed
scripts/aur-push.sh
@@ -54,7 +54,7 @@ rsync -a \
54
55
pushd "$meta_repo" >/dev/null
56
makepkg -o --nodeps --skippgpcheck >/dev/null
57
-makepkg --printsrcinfo > "$OLDPWD/$pkg_dir/.SRCINFO"
+makepkg --printsrcinfo >"$OLDPWD/$pkg_dir/.SRCINFO"
58
popd >/dev/null
59
60
aur_repo="$tmp_root/aur"
0 commit comments