]> git.decadent.org.uk Git - dak.git/commitdiff
dinstall
authorJoerg Jaspert <joerg@debian.org>
Sat, 21 Feb 2009 20:23:15 +0000 (21:23 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sat, 21 Feb 2009 20:23:15 +0000 (21:23 +0100)
its lock_accepted, not lockac

Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/dinstall

index c1b74891b0c3f66b76b43afeea22941c9c5e482d..d38503cedbd8f7870b620051360640b6792e00f6 100755 (executable)
@@ -64,6 +64,7 @@ function ts() {
 # Cleanup actions
 function cleanup() {
        rm -f ${LOCK_DAILY}
+       rm -f ${LOCK_ACCEPTED}
 }
 
 # Setup the notice file to tell bad mirrors they used the wrong time
@@ -524,7 +525,7 @@ GO=(
 )
 stage $GO
 
-rm -f $LOCKAC
+rm -f "$LOCK_ACCEPTED"
 
 GO=(
     FUNC="msfl"