summaryrefslogtreecommitdiffstats
path: root/db-move
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2009-07-21 01:16:53 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2009-07-21 01:16:53 +0200
commit798a2cb73ce68ecb1068be1f5a6e93d54150f0c4 (patch)
treea36cc1db3467d04f9a3c28773ae693689dfcdfb1 /db-move
parentc912283df84f0583496c27a0935d5946ba4dd7cf (diff)
downloaddbscripts-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-xdb-move2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-move b/db-move
index 0cc8aa4..8200810 100755
--- a/db-move
+++ b/db-move
@@ -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