From 411333f097fae83f84e8f08f8daf4ed1fa56cf4d Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sat, 21 Feb 2009 22:32:20 +0100 Subject: [PATCH] dinstall fix the find to not warn. its LOCK_BRITNEY, not britneylock Signed-off-by: Joerg Jaspert --- config/debian/dinstall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/debian/dinstall b/config/debian/dinstall index 4544d0a0..9ee1781c 100755 --- a/config/debian/dinstall +++ b/config/debian/dinstall @@ -313,7 +313,7 @@ function i18n2() { ln -sfT ${scriptdir}/i18n/${STAMP} i18n cd ${scriptdir} - find ./i18n -mtime +2 -mindepth 1 -maxdepth 1 -not -name "${STAMP}" -type d -print0 | xargs --no-run-if-empty -0 rm -rf + find ./i18n -mindepth 1 -maxdepth 1 -mtime +2 -not -name "${STAMP}" -type d -print0 | xargs --no-run-if-empty -0 rm -rf } function stats() { @@ -715,7 +715,7 @@ GO=( ) stage $GO -rm -f ${BRITNEYLOCK} +rm -f ${LOCK_BRITNEY} GO=( FUNC="aptftpcleanup" -- 2.39.2