From: Sergey Matveev Date: Fri, 12 Jul 2024 08:17:30 +0000 (+0300) Subject: pkg-rm should be able to use stow from skelenv X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ccfb32a374a48b806760dbce46de833b26ef61771253ec270ce7047ab1ad1a91;p=bass.git pkg-rm should be able to use stow from skelenv --- diff --git a/build/lib/pkg-rm b/build/lib/pkg-rm index b3f50db..a6b32cf 100755 --- a/build/lib/pkg-rm +++ b/build/lib/pkg-rm @@ -8,6 +8,7 @@ export PKG="$1" export NAMENHASH=$(cat skelpkgs/$PKG/namenhash) [ -n "$PKG" ] && [ -n "$NAMENHASH" ] && [ -d "$SKELBINS/$ARCH/$NAMENHASH" ] export DST="$PWD" +PATH="local/bin:$PATH" "$BASS_ROOT"/build/lib/runhook prerm stow -d "$SKELBINS"/$ARCH -t $DST/local -D $NAMENHASH || : "$BASS_ROOT"/build/lib/runhook postrm