summaryrefslogtreecommitdiffstats
path: root/db-update
diff options
context:
space:
mode:
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-update b/db-update
index 833abca..791207d 100755
--- a/db-update
+++ b/db-update
@@ -90,7 +90,7 @@ if [ -d "${stagedir}64" ]; then
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'"
- /bin/cp -r "${stagedir}64/" "$stagedir"
+ /bin/cp -r "${stagedir}64/"* "$stagedir/"
fi
to_add=""