Skip to content

Commit

Permalink
ensure symlink is relative
Browse files Browse the repository at this point in the history
  • Loading branch information
techman83 committed Aug 9, 2015
1 parent 78443fd commit cc6f536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
}

# ------------------------------------------------
Expand Down

0 comments on commit cc6f536

Please sign in to comment.