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-remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db-remove') diff --git a/db-remove b/db-remove index a4adc23..ab4e097 100755 --- a/db-remove +++ b/db-remove @@ -17,7 +17,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