summaryrefslogtreecommitdiff
path: root/db-update
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-21 17:16:24 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-21 17:16:24 -0300
commitd5aa8796a3b3e7314ab2ae0ec566e38a8de8bc28 (patch)
treec9a76f14accde827082ff6ff0c4289586462bcc0 /db-update
parent9a535045c075d90a962d2817651140feaeb59952 (diff)
This is clearly not the way
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-update b/db-update
index 7a8d6d1..875b87f 100755
--- a/db-update
+++ b/db-update
@@ -61,7 +61,7 @@ for repo in ${repos[@]}; do
if [ -f "${pkg}" ]; then
mv "${pkg}" "$FTP_BASE/${PKGPOOL}"
fi
- ln -s "../../../${PKGPOOL}/${pkgfile}" "$FTP_BASE/$repo/os/${pkgarch}" 2>/dev/null || { error "Package already in repo, removing and skipping" ; continue 2; }
+ ln -s "../../../${PKGPOOL}/${pkgfile}" "$FTP_BASE/$repo/os/${pkgarch}"
# also move signatures
if [ -f "${pkg}.sig" ]; then
mv "${pkg}.sig" "$FTP_BASE/${PKGPOOL}"