summaryrefslogtreecommitdiffstats
path: root/db-add
diff options
context:
space:
mode:
Diffstat (limited to 'db-add')
-rwxr-xr-xdb-add2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-add b/db-add
index 6318a73..6c88611 100755
--- a/db-add
+++ b/db-add
@@ -32,7 +32,7 @@ for pkgfile in ${pkgfiles[@]}; do
if [[ -f "$pkgfile" ]]; then
arch_add_to_pool "$pkgfile"
fi
- arch_db_add $repo "$pkgfile" ${tarches[@]}
+ arch_db_add $repo ${tarches[@]} "$pkgfile"
done
arch_history_commit "db-add: ${tarches[@]}: ${pkgfiles[@]}"