summaryrefslogtreecommitdiff
path: root/any-to-ours
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 19:29:53 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 19:29:53 -0300
commit99493a15bde1b1c0d2d8f2ccc985da32570aacec (patch)
tree781b603cf679870510acc33ac98ac7d32e3f9aa6 /any-to-ours
parent30525051311cab57d27dcd4fd42284dc142696e1 (diff)
rename generic variables
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