diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-05-14 15:09:04 -0400 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-05-14 15:09:04 -0400 |
commit | e021dfb2c476c2841606e63e6ae58dfc45cd1b47 (patch) | |
tree | 99be9b7fa331e7a9e8ef6279943ec898518cb5c3 | |
parent | 01a1eedbdb93a0c7312af1543658997ae7aa680c (diff) |
Make the staging warning stand out more
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-rwxr-xr-x | db-update | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |