diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-05-07 01:32:38 -0400 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-05-07 01:32:38 -0400 |
commit | 054f2b100691c83ac9f99bfae0a823144c5460d9 (patch) | |
tree | 972d6554cc5059966a0d9f038e827e053a9e6bb2 | |
parent | 516aece0d26fc3b36e49c2739286f2be5cc0aa01 (diff) |
Make sure we copy old staging dir entries properly
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-rwxr-xr-x | db-update | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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="" |