]> err.no Git - dak/commitdiff
Im a moron and ln is a pain
authorJoerg Jaspert <joerg@debian.org>
Fri, 8 Aug 2008 01:40:14 +0000 (03:40 +0200)
committerJoerg Jaspert <joerg@debian.org>
Fri, 8 Aug 2008 01:40:14 +0000 (03:40 +0200)
config/debian/cron.unchecked

index 984c448cd696b7dad85b9a2fd51a4d133d62c886..085868287c2204c09977d7a1bb977daeff1d659b 100755 (executable)
@@ -60,7 +60,7 @@ if lockfile -r3 $LOCKFILE; then
            cd ${incoming}
            mkdir -p tree/${STAMP}
            cp -al ${incoming}/buildd/. tree/${STAMP}/
-           ln -sf ${incoming}/builddweb tree/${STAMP}
+           ln -sf tree/${STAMP} ${incoming}/builddweb
            find ./tree -mindepth 1 -maxdepth 1 -not -name "${STAMP}" -type d -print0 | xargs --no-run-if-empty -0 rm -rf
 
            . $configdir/cron.buildd