summaryrefslogtreecommitdiffstats
path: root/db-update
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2008-05-07 07:32:38 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2008-05-07 07:32:38 +0200
commit054f2b100691c83ac9f99bfae0a823144c5460d9 (patch)
tree972d6554cc5059966a0d9f038e827e053a9e6bb2 /db-update
parent516aece0d26fc3b36e49c2739286f2be5cc0aa01 (diff)
downloaddbscripts-054f2b100691c83ac9f99bfae0a823144c5460d9.tar.gz
dbscripts-054f2b100691c83ac9f99bfae0a823144c5460d9.tar.xz
Make sure we copy old staging dir entries properly
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
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=""