summaryrefslogtreecommitdiff
path: root/any-to-ours
diff options
context:
space:
mode:
Diffstat (limited to 'any-to-ours')
-rwxr-xr-xany-to-ours2
1 files changed, 1 insertions, 1 deletions
diff --git a/any-to-ours b/any-to-ours
index a54cf0a..ab34a1e 100755
--- a/any-to-ours
+++ b/any-to-ours
@@ -61,7 +61,7 @@ for _repo in "${ARCHREPOS[@]}"; do
pushd "${root_dir}/${_repo}/os/${_arch}/" >/dev/null
# Add the packages to the db
- repo-add "${_repo}${DBEXT}" "${SYNCED[@]}"
+ repo-add "${_repo}${database_extension_suffixfile}" "${SYNCED[@]}"
popd >/dev/null