Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #100 from tuncer/reltool
reltool: use app-level lib_dir setting
  • Loading branch information
vinoski committed Apr 3, 2012
2 parents 1a888aa + fef5fcd commit 1e103e9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 109 deletions.
1 change: 0 additions & 1 deletion rebar.config
@@ -1,6 +1,5 @@
%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
%% ex: ft=erlang ts=4 sw=4 et
{plugins, [rebar_reltool_link]}.
{sub_dirs, ["rel"]}.

{erl_opts, [%% OTP R11 - R15B -> yaws_sendfile_drv or compat_send
Expand Down
106 changes: 0 additions & 106 deletions rebar_reltool_link.erl

This file was deleted.

3 changes: 1 addition & 2 deletions rel/reltool.config
@@ -1,5 +1,4 @@
{sys, [
{lib_dirs, ["../fake_lib_dir"]},
{erts, [{mod_cond, derived}, {app_file, strip}]},
{app_file, strip},
{rel, "yaws",
Expand Down Expand Up @@ -37,7 +36,7 @@
{app, compiler, [{incl_cond, include}]},
{app, mnesia, [{incl_cond, include}]},
{app, xmerl, [{incl_cond, include}]},
{app, yaws, [{incl_cond, include}]}
{app, yaws, [{incl_cond, include}, {lib_dir, ".."}]}
]}.

{target_dir, "yaws"}.
Expand Down

0 comments on commit 1e103e9

Please sign in to comment.