summaryrefslogtreecommitdiff
path: root/librestage
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernandez <hahj87@gmail.com>2011-05-19 10:07:36 -0500
committerJoshua Ismael Haase Hernandez <hahj87@gmail.com>2011-05-19 10:07:36 -0500
commita5a2d6019d8cdcc6f5c6173c5785292639e38caa (patch)
tree8d222c0aae54a1db1f218d0f69d602d0a40369f8 /librestage
parentfc33a9740b0142e24049afc6d485db1d689bba9a (diff)
librestage search in ARCHES from libretools.conf
Diffstat (limited to 'librestage')
-rwxr-xr-xlibrestage2
1 files changed, 1 insertions, 1 deletions
diff --git a/librestage b/librestage
index e51975b..6ecb19c 100755
--- a/librestage
+++ b/librestage
@@ -74,7 +74,7 @@ PKGEXT=".pkg.tar.?z"
staged='n'
# Copies the packages to the specified repos inside staging
-for _arch in ${arch[@]}; do
+for _arch in ${ARCHES[@]}; do
for pkg in ${pkgname[@]}; do
pkgpath=$(find ${PKGDEST}/ -type f -name "${pkg}-${pkgver}-${pkgrel}-${_arch}${PKGEXT}")