summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-10-07 18:52:52 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-10-07 18:52:52 +0000
commit53eb3d26ed11098b0d1803dcee46bef40c1c67d8 (patch)
treeb90026e312149b0062afb2f0fa47cc8156f97ca9
parentd8ee98931359b87871bf0bef0b2ac5fca19d4d20 (diff)
Use system repo-add
-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