From: Silvio Rhatto Date: Sun, 16 Aug 2020 01:34:03 +0000 (-0300) Subject: Fix: XBPS (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1554536307caa603c4ee64c26f0a91419c3a8455;p=trashman.git Fix: XBPS (2) --- diff --git a/share/hoarder/xbps/unix/install b/share/hoarder/xbps/unix/install index 9b775c7..854dbff 100755 --- a/share/hoarder/xbps/unix/install +++ b/share/hoarder/xbps/unix/install @@ -8,7 +8,7 @@ LIB="$2" DESTDIR="$HOME/.xbps" # Include basic functions -. $SHARE/trashman/functions || exit 1 +. $LIB/trashman/functions || exit 1 # Check for curl if ! which make > /dev/null 2>&1; then