Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
meshya authored May 28, 2024
1 parent 7f71934 commit 897aeec
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
makepkg -sc --asroot
}

main

0 comments on commit 897aeec

Please sign in to comment.