summaryrefslogtreecommitdiff
path: root/db-repo-remove
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-remove
parent922976d3d2fc5279070860fc7a4541160ef72fe1 (diff)
remane main -> native (if not derivation) and native -> main (if not multilib)
Diffstat (limited to 'db-repo-remove')
-rwxr-xr-xdb-repo-remove2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-repo-remove b/db-repo-remove
index c0bd088..9e56c30 100755
--- a/db-repo-remove
+++ b/db-repo-remove
@@ -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