summaryrefslogtreecommitdiffstats
path: root/db-update
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2008-05-14 21:09:04 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2008-05-14 21:09:04 +0200
commite021dfb2c476c2841606e63e6ae58dfc45cd1b47 (patch)
tree99be9b7fa331e7a9e8ef6279943ec898518cb5c3 /db-update
parent01a1eedbdb93a0c7312af1543658997ae7aa680c (diff)
downloaddbscripts-e021dfb2c476c2841606e63e6ae58dfc45cd1b47.tar.gz
dbscripts-e021dfb2c476c2841606e63e6ae58dfc45cd1b47.tar.xz
Make the staging warning stand out more
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update2
1 files changed, 2 insertions, 0 deletions
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