diff options
-rw-r--r-- | libretools.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libretools.conf b/libretools.conf new file mode 100644 index 0000000..86a40e8 --- /dev/null +++ b/libretools.conf @@ -0,0 +1,12 @@ + +# The directory where the chroots are stored +CHROOTDIR=/home/nicolas/ch + +# The main chroot +CHROOT=root +# The working copy +CHCOPY=copy + +# Obtains CacheDir from pacman.conf +CACHEDIR=`grep "^CacheDir" /etc/pacman.conf | cut -d'=' -f2` + |