diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-28 15:21:47 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-28 15:21:47 -0500 |
commit | 35a3071f5a06efaeab9d884fbce67426abbc010d (patch) | |
tree | 80b0ddc8d323652ff5d8528bea1c71a8550df593 /src/libretools.conf | |
parent | 8eaf0770e396efa4bb254c7e62e4940682817589 (diff) |
libretools.conf: remove libretools from CHROOTEXTRAPKG, it is being added to base-devel
Diffstat (limited to 'src/libretools.conf')
-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 4157006..bef9fc4 100644 --- a/src/libretools.conf +++ b/src/libretools.conf @@ -31,7 +31,7 @@ ARCHES=('i686' 'x86_64' 'mips64el' 'any') ## The directory where the chroots are stored CHROOTDIR=/home/chroot ## Extra packages to have installed on the chroot (besides base base-devel and sudo) -CHROOTEXTRAPKG=(distcc ccache tsocks libretools) +CHROOTEXTRAPKG=(distcc ccache tsocks) ## The meaning of this changes based on the version of libretools+devtools ## do NOT set it to 'root' CHROOT=default |