Skip to content

Commit

Permalink
update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
meshya committed May 28, 2024
1 parent 059a690 commit d052f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/archlinux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ main () {
cd ../archlinux || return
cp PKGBUILD build
cd build || return
makepkg -sc --asroot
su nobody -c "makepkg -sc"
}

main

0 comments on commit d052f2f

Please sign in to comment.