File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ dialyzer:: escript
157157
158158.PHONY : install
159159
160- install : escript
160+ install : $( ESCRIPT_FILE )
161161ifdef PREFIX
162162 $(gen_verbose) mkdir -p "$(DESTDIR)$(PREFIX)"
163163 $(verbose) $(foreach script,$(ACTUAL_ESCRIPTS), \
Original file line number Diff line number Diff line change @@ -1800,7 +1800,7 @@ export ELIXIR
18001800ifeq ($(ELIXIR ) ,system)
18011801# We expect 'elixir' to be on the path.
18021802# @todo Only if there are EX_FILES
1803- ELIXIR_LIBS ?= $(dir $(shell elixir -e 'IO.puts(:code.lib_dir(: elixir) ) '))
1803+ ELIXIR_LIBS ?= $(dir $(shell readlink -f `which elixir`) ) /../lib
18041804ELIXIR_LIBS := $(ELIXIR_LIBS )
18051805export ELIXIR_LIBS
18061806ERL_LIBS := $(ERL_LIBS ) :$(ELIXIR_LIBS )
You can’t perform that action at this time.
0 commit comments