mirror of
https://github.com/Phantop/appdwarf.git
synced 2024-11-18 12:52:50 +00:00
mkpacman: powerpill doesn't resolve provides right
This commit is contained in:
parent
f180a2962d
commit
c09f7ea933
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue