diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2010-10-19 10:12:57 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2010-10-19 10:12:57 -0300 |
commit | 97933eba3314fe833ebe47cc3cec5295d2bdba56 (patch) | |
tree | 69e16001747b66fd32b9672ef25e8049de3237f7 /libretools.conf | |
parent | 35f89bd78ab15b4345037f0649f8598aa92ddca3 (diff) |
Created configuration file
Diffstat (limited to 'libretools.conf')
-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` + |