summaryrefslogtreecommitdiff
path: root/any-to-ours
diff options
context:
space:
mode:
Diffstat (limited to 'any-to-ours')
-rwxr-xr-xany-to-ours4
1 files changed, 2 insertions, 2 deletions
diff --git a/any-to-ours b/any-to-ours
index 3a58946..a1d6686 100755
--- a/any-to-ours
+++ b/any-to-ours
@@ -62,8 +62,8 @@ for _repo in ${ARCHREPOS[@]}; do
pushd ${FTP_BASE}/${_repo}/os/${_arch}/ >/dev/null
# Add the packages to the db
- $(dirname $0)/repo-add ${_repo}${DBEXT} \
- ${SYNCED[@]}
+ repo-add ${_repo}${DBEXT} \
+ ${SYNCED[@]}
popd >/dev/null