erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
697 stars 232 forks source link

$ERTS_LIB_DIR cannot be expanded when include_erts set to false #615

Closed koctep closed 7 years ago

koctep commented 7 years ago

Hi. I'm trying to create a release which will use system erlang. I'm using erlang.mk I did some debugging and found that it may be fixed by adding -boot_var ERTS_LIB_DIR $ERTS_LIB_DIR in priv/templates/extended_bin in relx_get_nodename function like in relx_rem_sh. I can create a PR but probably there is another way to fix this problem?

lrascao commented 7 years ago

sure, it's being used that way also when starting the node

koctep commented 7 years ago

@lrascao #616

lrascao commented 7 years ago

closing via #616