diff options
Diffstat (limited to 'any-to-ours')
-rwxr-xr-x | any-to-ours | 2 |
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 |