From e021dfb2c476c2841606e63e6ae58dfc45cd1b47 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 14 May 2008 15:09:04 -0400 Subject: Make the staging warning stand out more Signed-off-by: Aaron Griffin --- db-update | 2 ++ 1 file changed, 2 insertions(+) (limited to 'db-update') diff --git a/db-update b/db-update index 2e0e632..9d0ecad 100755 --- a/db-update +++ b/db-update @@ -88,9 +88,11 @@ trap cleanup 0 echo "Updating DB for $reponame $arch" if [ -d "${stagedir}64" ]; then + echo "--------------------------------------------------" echo "It looks like you have an old staging dir" echo "Packages are now differentiated by the arch in the filename." echo "Please delete '${stagedir}64'" + echo "--------------------------------------------------" /bin/cp -r "${stagedir}64/"* "$stagedir/" fi -- cgit v1.2.3-24-g4f1b