Skip to content

Commit

Permalink
inet_gethost
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Dec 25, 2017
1 parent f58d818 commit 0a277cb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/mad.hrl
@@ -1 +1 @@
-define(VERSION,"234548").
-define(VERSION,"f58d81").
Binary file modified mad
Binary file not shown.
2 changes: 1 addition & 1 deletion src/package/mad_systools.erl
Expand Up @@ -48,7 +48,7 @@ beam_release(N) ->
Files = [ {"/bin/" ++ filename:basename(F), F}
|| F <- mad_repl:wildcards([code:root_dir() ++
"/erts-" ++ erlang:system_info(version) ++
"/bin/{epmd,erlexec,run_erl,to_erl,escript,beam.smp,erl_child_setup}"]) ] ++
"/bin/{epmd,erlexec,run_erl,to_erl,escript,beam.smp,erl_child_setup,inet_gethost}"]) ] ++
apps(Apps) ++ scripts(N),
erl_tar:create(N ++ ".tgz",Files,[compressed]),
mad:info("~s.boot: ~p~n",[N,Res]),
Expand Down

0 comments on commit 0a277cb

Please sign in to comment.