mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases.
f83f18eb3b
This patch remedies an issue where the ebin directory would be erroneously created as a file by the first "mv" command in rebar_protobuffs_compile.erl [line 106] if the ebin file did not exist at the root application level. In essence, the patch ensures that the ebin directory exists at the application directory level before any "mv" commands are executed. The following code was inserted at line 106: ok = filelib:ensure_dir(filename:join("ebin","dummy")), |
||
---|---|---|
ebin | ||
include | ||
inttest | ||
priv | ||
src | ||
test | ||
.gitignore | ||
.hgignore | ||
.hgtags | ||
bootstrap | ||
bootstrap.bat | ||
HACKING | ||
LICENSE | ||
Makefile | ||
NOTES.org | ||
rebar.bat | ||
rebar.config | ||
rebar.config.sample | ||
THANKS | ||
TODO |