mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
fix target dir without subdir for erlydtl templates
This commit is contained in:
parent
47dba1bbc3
commit
34a713d88a
1 changed files with 1 additions and 2 deletions
|
@ -107,8 +107,7 @@ target_file(SourceFile, SourceDir, SourceExt, TargetDir, TargetExt) ->
|
|||
%% Remove all leading components of the source dir from the file -- we want
|
||||
%% to maintain the deeper structure (if any) of the source file path
|
||||
BaseFile = remove_common_path(SourceFile, SourceDir),
|
||||
filename:join([TargetDir, filename:dirname(BaseFile),
|
||||
filename:basename(BaseFile, SourceExt) ++ TargetExt]).
|
||||
filename:join([TargetDir, filename:basename(BaseFile, SourceExt) ++ TargetExt]).
|
||||
|
||||
|
||||
remove_common_path(Fname, Path) ->
|
||||
|
|
Loading…
Reference in a new issue