From 97933eba3314fe833ebe47cc3cec5295d2bdba56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Tue, 19 Oct 2010 10:12:57 -0300 Subject: Created configuration file --- libretools.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libretools.conf (limited to 'libretools.conf') 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` + -- cgit v1.2.2