diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-21 17:16:24 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-21 17:16:24 -0300 |
commit | d5aa8796a3b3e7314ab2ae0ec566e38a8de8bc28 (patch) | |
tree | c9a76f14accde827082ff6ff0c4289586462bcc0 /db-update | |
parent | 9a535045c075d90a962d2817651140feaeb59952 (diff) |
This is clearly not the way
Diffstat (limited to 'db-update')
-rwxr-xr-x | db-update | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |