summaryrefslogtreecommitdiffstats
path: root/db-update
diff options
context:
space:
mode:
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