diff options
-rw-r--r-- | libretools.conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libretools.conf b/libretools.conf index 9cd1c9a..bf7ef05 100644 --- a/libretools.conf +++ b/libretools.conf @@ -21,14 +21,11 @@ CHROOTDIR=/home/chroot ## The main chroot CHROOT=root ## The working copy -CHCOPY=copy +CHCOPY=root ## Obtains CacheDir from pacman.conf CACHEDIR=`grep "^#\?CacheDir" /etc/pacman.conf | cut -d'=' -f2` -## Directory where you store PKGBUILD patches -PATCHDIR=${WORKDIR}/abslibre/patches - ## Parabola hostname (should be the same used on ssh_config PARABOLAHOST=parabola |