Skip to content

Commit

Permalink
mkpacman: powerpill doesn't resolve provides right
Browse files Browse the repository at this point in the history
  • Loading branch information
Phantop committed Mar 16, 2024
1 parent f180a29 commit c09f7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mkpacman
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
. "$(dirname "$0")"/appmk
part0
APP="$1"
powerpill -Sw --cachedir "$DIR" "$@"
sudo pacman -Sw --cachedir "$DIR" "$@"
parallel "tar xf {} -C$DIR" ::: "$DIR"/*.tar.zst
rm -f "$DIR"/*.tar.zst*
appb
Expand Down

0 comments on commit c09f7ea

Please sign in to comment.