mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
relative libs in RELEASES file
This commit is contained in:
parent
d71a8561a4
commit
093f160be5
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ apply_file_info(InFile, OutFile) ->
|
|||
create_RELEASES(TargetDir, RelName, RelVsn) ->
|
||||
ReleasesDir = filename:join(TargetDir, "releases"),
|
||||
case release_handler:create_RELEASES(
|
||||
TargetDir, ReleasesDir,
|
||||
".", ReleasesDir,
|
||||
filename:join([ReleasesDir, RelVsn, RelName ++ ".rel"]),
|
||||
filename:join(TargetDir, "lib")) of
|
||||
ok ->
|
||||
|
|
Loading…
Reference in a new issue