Skip to content

Commit

Permalink
Fix copy to a template generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlouis committed Jun 30, 2012
1 parent 8772644 commit 72c2915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rel/reltool.config
Expand Up @@ -39,7 +39,7 @@
{copy, "files/erl", "\{\{erts_vsn\}\}/bin/erl"},
{copy, "files/nodetool", "\{\{erts_vsn\}\}/bin/nodetool"},
{copy, "files/etorrent", "bin/etorrent"},
{copy, "files/sys.config", "releases/\{\{rel_vsn\}\}/sys.config"},
{template, "files/sys.config", "releases/\{\{rel_vsn\}\}/sys.config"},
{copy, "files/etorrent.cmd", "bin/etorrent.cmd"},
{copy, "files/start_erl.cmd", "bin/start_erl.cmd"},
{copy, "files/vm.args", "releases/\{\{rel_vsn\}\}/vm.args"}
Expand Down

0 comments on commit 72c2915

Please sign in to comment.