Skip to content

Commit

Permalink
Merge pull request #11272 from JuliaLang/sf/julia_relative_symlink
Browse files Browse the repository at this point in the history
Make `julia` symlink a relative one
  • Loading branch information
tkelman committed May 15, 2015
2 parents d51d499 + 26d73c5 commit a65dfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $(build_docdir):
julia-symlink: julia-ui-$(JULIA_BUILD_MODE)
ifneq ($(OS),WINNT)
ifndef JULIA_VAGRANT_BUILD
@ln -sf "$(JULIA_EXECUTABLE)" julia
@ln -sf "$(shell contrib/relative_path.sh "$(JULIAHOME)" "$(JULIA_EXECUTABLE)")" julia
endif
endif

Expand Down

0 comments on commit a65dfe5

Please sign in to comment.