mkpacman: powerpill doesn't resolve provides right

This commit is contained in:
Phantop 2024-03-16 10:27:41 -04:00
parent f180a2962d
commit c09f7ea933
1 changed files with 1 additions and 1 deletions

View File

@ -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