diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-28 22:10:56 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-28 22:10:56 -0500 |
commit | 00c79846ae48dfbb08e7ecb1dfda9e16822a71ad (patch) | |
tree | aab58fd699c9efe75298a11442ade44ba955d96c | |
parent | 06f10b87d16d4c83016ff3ef21217494f921d93b (diff) |
libretools.conf: change the default value of CHROOTDIR to match devtoolsv20121128.3
-rw-r--r-- | src/libretools.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libretools.conf b/src/libretools.conf index 91ec452..37453e1 100644 --- a/src/libretools.conf +++ b/src/libretools.conf @@ -29,7 +29,7 @@ ARCHES=('i686' 'x86_64' 'mips64el' 'any') ################################################################################ ## The directory where the chroots are stored -CHROOTDIR=/home/chroot +CHROOTDIR=/var/lib/archbuild ## Extra packages to have installed on the chroot (besides base base-devel and sudo) CHROOTEXTRAPKG=(distcc ccache tsocks) ## The meaning of this changes based on the version of libretools+devtools |