summaryrefslogtreecommitdiff
path: root/db-repo-add
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-24 00:26:02 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-24 00:26:02 -0300
commitab53d40da0070cff1f1d3bbae8664918a90076b7 (patch)
tree7f1b65677060635944e09711c98385c2ba07d753 /db-repo-add
parent922976d3d2fc5279070860fc7a4541160ef72fe1 (diff)
remane main -> native (if not derivation) and native -> main (if not multilib)
Diffstat (limited to 'db-repo-add')
-rwxr-xr-xdb-repo-add2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-repo-add b/db-repo-add
index 41dd84a..4b683cc 100755
--- a/db-repo-add
+++ b/db-repo-add
@@ -19,7 +19,7 @@ if ! check_repo_permission "$repo"; then
fi
if [ "$arch" == "any" ]; then
- tarches=("${native_architectures[@]}")
+ tarches=("${main_architectures[@]}")
else
tarches=("$arch")
fi