egs_patch: Rename the folder containing the patch files

This commit is contained in:
Loïc Hoguin 2012-01-04 00:56:20 +01:00
parent 368bb0f7b4
commit 6579c26f98
3 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ build_state() ->
PrivDir = code:priv_dir(App),
{ok, Terms} = file:consult([PrivDir, "/patch.conf"]),
Folders = proplists:get_value(folders, Terms),
{ListBin, Files} = build_list_bin(Folders, Terms, [PrivDir, "/patch/"]),
{ListBin, Files} = build_list_bin(Folders, Terms, [PrivDir, "/files/"]),
#state{list_bin=ListBin, files=Files}.
%% The file number must start at 0.