summaryrefslogtreecommitdiff
path: root/db-move
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2009-08-17 15:26:02 -0700
committerAaron Griffin <aaronmgriffin@gmail.com>2009-08-17 15:26:02 -0700
commitfa9fe91849e46ea50cd32cc55539a4f0833eb642 (patch)
tree71f254c65c448eb1fb38b977a06b5aa4f48276e9 /db-move
parent15de56aa8bb8104a01a983393f8a398348714a3a (diff)
Fix an error in db-move due to DBEXT commit
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'db-move')
-rwxr-xr-xdb-move2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-move b/db-move
index de81e85..b49aeda 100755
--- a/db-move
+++ b/db-move
@@ -90,7 +90,7 @@ if [ -d "$packagebase/repos/$svnrepo_from" ]; then
/bin/cp "$ftppath_from/$architecture/$repofrom$DBEXT" .
/usr/bin/repo-remove -q "$repofrom$DBEXT" ${pkgname[@]} || die "Error in repo-remove"
#use '*' to move the old DB too
- mv $repofrom$DBEXT"$ftppath_from/$architecture"
+ mv $repofrom$DBEXT* "$ftppath_from/$architecture"
echo " Package files will be cleaned up automatically"
fi