diff options
Diffstat (limited to 'librestage')
-rwxr-xr-x | librestage | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}") |