From a5a2d6019d8cdcc6f5c6173c5785292639e38caa Mon Sep 17 00:00:00 2001 From: Joshua Ismael Haase Hernandez Date: Thu, 19 May 2011 10:07:36 -0500 Subject: librestage search in ARCHES from libretools.conf --- librestage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librestage') 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}") -- cgit v1.2.2