From ab53d40da0070cff1f1d3bbae8664918a90076b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Thu, 24 Sep 2015 00:26:02 -0300 Subject: remane main -> native (if not derivation) and native -> main (if not multilib) --- db-repo-add | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db-repo-add') 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 -- cgit v1.2.3-2-g168b