relative libs in RELEASES file

This commit is contained in:
Steven Gravell 2012-07-26 00:43:40 +01:00 committed by Tuncer Ayaz
parent d71a8561a4
commit 093f160be5

View file

@ -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 ->