symlink: absolute path => relative path

This commit is contained in:
Hui Yiqun 2017-08-20 13:24:26 +08:00
parent 91e5a3ef7d
commit e1946e5fb1

View File

@ -27,4 +27,4 @@ for version in ${VERSIONS[@]}; do
rsync ${RSYNC_OPTS} "$upstream" "$dest"
done
ln -sfT ${TUNASYNC_WORKING_DIR}/packages/${RELEASE_VERSION} ${TUNASYNC_WORKING_DIR}/packages/release
ln -sfT ${RELEASE_VERSION} ${TUNASYNC_WORKING_DIR}/packages/release