diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-08-18 00:26:02 +0200 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-08-18 00:26:02 +0200 |
commit | fa9fe91849e46ea50cd32cc55539a4f0833eb642 (patch) | |
tree | 71f254c65c448eb1fb38b977a06b5aa4f48276e9 /db-move | |
parent | 15de56aa8bb8104a01a983393f8a398348714a3a (diff) | |
download | dbscripts-fa9fe91849e46ea50cd32cc55539a4f0833eb642.tar.gz dbscripts-fa9fe91849e46ea50cd32cc55539a4f0833eb642.tar.xz |
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-x | db-move | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |