Skip to content

Commit e03923c

Browse files
committed
fix: correct root permissions
1 parent ccf8a43 commit e03923c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/push-to-aur.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sed -i -r -e 's~pkgver=.*~pkgver='$PKG_VERSION'~' PKGBUILD
2727
sed -i -r -e 's~sha512sums=.*~sha512sums=\("'"$sum"'"\)~' PKGBUILD
2828
sed -i -r -e 's/pkgrel=.*/pkgrel=1/' PKGBUILD
2929
rm .SRCINFO
30-
su pcr -c "makepkg --printsrcinfo > .SRCINFO"
30+
su pcr -c "makepkg --printsrcinfo" > .SRCINFO
3131

3232
# Push changes
3333
mygit add .SRCINFO PKGBUILD

0 commit comments

Comments
 (0)