summaryrefslogtreecommitdiff
path: root/db-move
diff options
context:
space:
mode:
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