edit build.sh

This commit is contained in:
meshya
2024-05-29 01:39:13 +03:30
parent 486331f4be
commit 660519d291

View File

@@ -22,7 +22,7 @@ main () {
cd ../archlinux || return
cp PKGBUILD build
cd build || return
su nobody -c "makepkg -sc"
makepkg -sc
}
main