diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-08-16 00:50:43 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-08-16 00:50:43 -0500 |
commit | 2936ee619794c7075842b79eeab88fc690990802 (patch) | |
tree | e1d2c158f81b788cc71e539ad2c6fb3080005d03 /libretools.conf | |
parent | 8addb9ec51a7df7f35a0271ef0cc8b523d82213b (diff) | |
parent | 2c4723526c438253a3a55bc80fff08b3e42fd3e1 (diff) |
Merge branch 'master' of gitpar:libretoolsspeculation-20110825
Diffstat (limited to 'libretools.conf')
-rw-r--r-- | libretools.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libretools.conf b/libretools.conf index bf7ef05..c6a8245 100644 --- a/libretools.conf +++ b/libretools.conf @@ -18,10 +18,10 @@ ARCHES=('i686' 'x86_64' 'mips64el' 'any') ## The directory where the chroots are stored CHROOTDIR=/home/chroot -## The main chroot +## The working chroot +# A chroot is useful to build packages isolated from the current system and avoid +# unwanted (as in not in dependencies) automatic library linking CHROOT=root -## The working copy -CHCOPY=root ## Obtains CacheDir from pacman.conf CACHEDIR=`grep "^#\?CacheDir" /etc/pacman.conf | cut -d'=' -f2` @@ -62,7 +62,7 @@ TORUPATH=/var/lib/libretools/toru # Checks if vars aren't empty -for VAR in CHROOTDIR CHROOT CHCOPY CACHEDIR PARABOLAHOST LIBREDESTDIR \ +for VAR in CHROOTDIR CHROOT CACHEDIR PARABOLAHOST LIBREDESTDIR \ BLACKLIST WORKDIR PATCHDIR REPOS ARCHES ABSLIBREGIT \ COMMITCMD DIFFTOOL FULLBUILDCMD; do |