Skip to content

Commit

Permalink
Merge pull request #183 from jwilberding/fix_rlx
Browse files Browse the repository at this point in the history
Fix for #182, which requires we delete a read-only file before overwriti...
  • Loading branch information
tsloughter committed May 17, 2014
2 parents 09d7273 + d9c7acb commit 6127841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rlx_prv_assembler.erl
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ include_erts(State, Release, OutputDir, RelDir) ->
end,
case rlx_state:get(State, extended_start_script, false) of
true ->
ok = ec_file:remove(filename:join([OutputDir, "bin", "start_clean.boot"])),
ok = ec_file:copy(filename:join([Prefix, "bin", "start_clean.boot"]),
filename:join([OutputDir, "bin", "start_clean.boot"])),
NodeToolFile = nodetool_contents(),
Expand Down

0 comments on commit 6127841

Please sign in to comment.