diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-01 22:47:56 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-01 22:47:56 -0300 |
commit | c0bb90f5818ae2c5d40f125f3c5982b92358c68c (patch) | |
tree | 8c1dda846c382a234f717822b4b5b72b01fbe0a2 /libretools.conf | |
parent | a3204e055fb538cdca56fc477d264c6d46e72ca3 (diff) |
Fixed way of finding packages on librestage. Also it just searchs for ARCHES
instead of PKGBUILD architectures. Added 'any' to libretools.conf
Diffstat (limited to 'libretools.conf')
-rw-r--r-- | libretools.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libretools.conf b/libretools.conf index 2485be3..0999040 100644 --- a/libretools.conf +++ b/libretools.conf @@ -13,7 +13,7 @@ WORKDIR=/home/$USER/packages REPOS=('libre' 'libre-testing' 'core' 'community' 'extra' 'social' 'sugar') # The architectures -ARCHES=('i686' 'x86_64' 'mips64el') +ARCHES=('i686' 'x86_64' 'mips64el' 'any') ## The directory where the chroots are stored CHROOTDIR=/home/chroot |