diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-11-04 12:52:28 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-11-04 12:52:28 -0500 |
commit | e1c883572ab25d5502cae13869709ed9d94400e6 (patch) | |
tree | e00e8632e0c1db7def6bc3bb951d3d1f04ba4082 /src | |
parent | 3badc2fc023259c725491d69d0de63fdb99f205c (diff) |
libretools.conf: base WORKDIR off of $LIBREHOME, not /home/$LIBREUSER
Diffstat (limited to 'src')
-rw-r--r-- | src/libretools.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libretools.conf b/src/libretools.conf index ff03b3a..17f853e 100644 --- a/src/libretools.conf +++ b/src/libretools.conf @@ -5,7 +5,7 @@ ################################################################################ # The dir where you work on -WORKDIR=/home/$LIBREUSER/packages +WORKDIR="$LIBREHOME/packages" ## Blacklist URL BLACKLIST=https://repo.parabolagnulinux.org/docs/blacklist.txt |