summaryrefslogtreecommitdiff
path: root/any-to-ours
diff options
context:
space:
mode:
Diffstat (limited to 'any-to-ours')
-rwxr-xr-xany-to-ours4
1 files changed, 2 insertions, 2 deletions
diff --git a/any-to-ours b/any-to-ours
index a55b62b..cbdacad 100755
--- a/any-to-ours
+++ b/any-to-ours
@@ -21,7 +21,7 @@ trap 'trap_exit "$(gettext "An unknown error has occurred. Exiting...")"' ERR
BASEARCH='x86_64'
# Traverse all Arch repos
-for _repo in "${ARCHREPOS[@]}"; do
+for _repo in "${derivative_repositories[@]}"; do
msg "Processing %s..." "${_repo}"
# Find 'any' packages
@@ -35,7 +35,7 @@ for _repo in "${ARCHREPOS[@]}"; do
continue
fi
- for _arch in "${OURARCHES[@]}"; do
+ for _arch in "${native_architectures[@]}"; do
msg2 "Syncing %s..." "${_arch}"
# Sync 'any' only and extract the synced packages