aboutsummaryrefslogtreecommitdiff
path: root/share/hoarder
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-08-15 22:34:03 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-08-15 22:34:03 -0300
commit1554536307caa603c4ee64c26f0a91419c3a8455 (patch)
tree2fcf557a1f24944c6f1dede7b0c58beb948f5816 /share/hoarder
parent3adfe99b1633e9f3f9e8a8827ab75d72f84d3a92 (diff)
downloadtrashman-1554536307caa603c4ee64c26f0a91419c3a8455.tar.gz
trashman-1554536307caa603c4ee64c26f0a91419c3a8455.tar.bz2
Fix: XBPS (2)
Diffstat (limited to 'share/hoarder')
-rwxr-xr-xshare/hoarder/xbps/unix/install2
1 files changed, 1 insertions, 1 deletions
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