diff options
-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 |