From 5d0b4f2608bbff8c2d6ee6cf71e00cd5830c6374 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Fri, 8 Aug 2008 03:40:14 +0200 Subject: [PATCH] Im a moron and ln is a pain --- config/debian/cron.unchecked | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/debian/cron.unchecked b/config/debian/cron.unchecked index 984c448c..08586828 100755 --- a/config/debian/cron.unchecked +++ b/config/debian/cron.unchecked @@ -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 -- 2.39.5