ensure symlink is relative

This commit is contained in:
Leon Wright 2015-08-09 12:48:40 +08:00
parent 78443fdd0b
commit cc6f536369
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ create_dummy_ksp () {
mono ckan.exe repo remove default
# Link to the downloads cache.
ln -s downloads_cache dummy_ksp/CKAN/downloads
ln -s ../../downloads_cache/ dummy_ksp/CKAN/downloads/
}
# ------------------------------------------------