diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-07-20 19:16:53 -0400 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-07-20 19:16:53 -0400 |
commit | 798a2cb73ce68ecb1068be1f5a6e93d54150f0c4 (patch) | |
tree | a36cc1db3467d04f9a3c28773ae693689dfcdfb1 /db-update | |
parent | c912283df84f0583496c27a0935d5946ba4dd7cf (diff) |
any support: use relative symlinks
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'db-update')
-rwxr-xr-x | db-update | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -209,7 +209,7 @@ for current_arch in ${ARCHES[@]}; do die "error: failure while copying files to $ftppath_any" fi bf=$(basename $f) - if ! ln -s "$ftppath_any/$bf" "$ftppath/$bf"; then + if ! ln -s "../any/$bf" "$ftppath/$bf"; then die "error: failed to make link for $bf." fi done |