ensure symlink is relative
This commit is contained in:
parent
78443fdd0b
commit
cc6f536369
2
build.sh
2
build.sh
|
@ -111,7 +111,7 @@ create_dummy_ksp () {
|
||||||
mono ckan.exe repo remove default
|
mono ckan.exe repo remove default
|
||||||
|
|
||||||
# Link to the downloads cache.
|
# Link to the downloads cache.
|
||||||
ln -s downloads_cache dummy_ksp/CKAN/downloads
|
ln -s ../../downloads_cache/ dummy_ksp/CKAN/downloads/
|
||||||
}
|
}
|
||||||
|
|
||||||
# ------------------------------------------------
|
# ------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue