summaryrefslogtreecommitdiff
path: root/libretools.conf
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2010-10-19 10:12:57 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2010-10-19 10:12:57 -0300
commit97933eba3314fe833ebe47cc3cec5295d2bdba56 (patch)
tree69e16001747b66fd32b9672ef25e8049de3237f7 /libretools.conf
parent35f89bd78ab15b4345037f0649f8598aa92ddca3 (diff)
Created configuration file
Diffstat (limited to 'libretools.conf')
-rw-r--r--libretools.conf12
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`
+