diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-08-15 22:34:03 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-08-15 22:34:03 -0300 |
commit | 1554536307caa603c4ee64c26f0a91419c3a8455 (patch) | |
tree | 2fcf557a1f24944c6f1dede7b0c58beb948f5816 /share | |
parent | 3adfe99b1633e9f3f9e8a8827ab75d72f84d3a92 (diff) | |
download | trashman-1554536307caa603c4ee64c26f0a91419c3a8455.tar.gz trashman-1554536307caa603c4ee64c26f0a91419c3a8455.tar.bz2 |
Fix: XBPS (2)
Diffstat (limited to 'share')
-rwxr-xr-x | share/hoarder/xbps/unix/install | 2 |
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 |