summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2022-05-20 20:02:35 +0200
committerMartin Polden <mpolden@mpolden.no>2022-05-20 20:02:35 +0200
commitef941e6ebb6e3b7e8294f08b11ba0fb13f792595 (patch)
tree8d14eeed118160bb0431175cc1a4a3be4a893fc9 /Makefile
parent5485b0e1c0bdf31e4abac50b74940217a4c5c9a8 (diff)
makefile: Create relative link
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 78f539f..2b0099d 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ install-lsp-java:
@echo "- $(COLOR)JAVA_HOME$(NO_COLOR) containing the path to a jdk installation"
@printf -- "- $(COLOR)CLASSPATH$(NO_COLOR) containing $(COLOR)%s$(NO_COLOR)\n" \
$(JDT_LS_HOME)/plugins/org.eclipse.equinox.launcher_*.jar
- ln -nsf $(JDT_LS_HOME) $(CURDIR)/eclipse.jdt.ls
+ ln -nsf $(notdir $(JDT_LS_HOME)) $(CURDIR)/eclipse.jdt.ls
install-lsp-python:
python3 -m pip install --user -U python-lsp-server