mirror of
https://github.com/Phantop/appdwarf.git
synced 2025-01-08 13:17:24 +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
|
. "$(dirname "$0")"/appmk
|
||||||
part0
|
part0
|
||||||
APP="$1"
|
APP="$1"
|
||||||
powerpill -Sw --cachedir "$DIR" "$@"
|
sudo pacman -Sw --cachedir "$DIR" "$@"
|
||||||
parallel "tar xf {} -C$DIR" ::: "$DIR"/*.tar.zst
|
parallel "tar xf {} -C$DIR" ::: "$DIR"/*.tar.zst
|
||||||
rm -f "$DIR"/*.tar.zst*
|
rm -f "$DIR"/*.tar.zst*
|
||||||
appb
|
appb
|
||||||
|
|
Loading…
Reference in a new issue