From 53eb3d26ed11098b0d1803dcee46bef40c1c67d8 Mon Sep 17 00:00:00 2001 From: Parabola Date: Sun, 7 Oct 2012 18:52:52 +0000 Subject: Use system repo-add --- any-to-ours | 4 ++-- 1 file 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 -- cgit v1.2.3