summaryrefslogtreecommitdiff
path: root/libretools.conf
blob: 86a40e8ccb664019f9e4bf03ea9df4266ed05b67 (plain)
1
2
3
4
5
6
7
8
9
10
11
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`