diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-07-21 01:16:53 +0200 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-07-21 01:16:53 +0200 |
commit | 798a2cb73ce68ecb1068be1f5a6e93d54150f0c4 (patch) | |
tree | a36cc1db3467d04f9a3c28773ae693689dfcdfb1 /db-move | |
parent | c912283df84f0583496c27a0935d5946ba4dd7cf (diff) | |
download | dbscripts-798a2cb73ce68ecb1068be1f5a6e93d54150f0c4.tar.gz dbscripts-798a2cb73ce68ecb1068be1f5a6e93d54150f0c4.tar.xz |
any support: use relative symlinks
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
@@ -112,7 +112,7 @@ if [ -d "$packagename/repos/$svnrepo_from" ]; then mv $repoto.db.tar.$DB_COMPRESSION* $ftppath_to/$architecture if [ "${_arch}" == "any" ]; then mv ${_pkgfile} $ftppath_to/any - ln -s $ftppath_to/any/${_pkgfile} $ftppath_to/$architecture/ + ln -s ../any/${_pkgfile} $ftppath_to/$architecture/ else mv ${_pkgfile} $ftppath_to/$architecture fi |