File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed
Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 11/rel /linc /
2+ # sys.config.orig is version controlled; sys.config is installation specific.
3+ /rel /files /sys.config
24/apps /* /ebin /
35/apps /* /.eunit /
46/apps /* /doc /
File renamed without changes.
Original file line number Diff line number Diff line change 1+ % % -*- erlang -*-
2+ {pre_hooks ,
3+ [{generate ,
4+ " sh -c 'test -f files/sys.config || (echo "
5+ " \" The configuration file rel/files/sys.config does not exist.\n "
6+ " You can create it in two ways:\n "
7+ " \n "
8+ " 1. Either run scripts/config_gen with appropriate arguments\n "
9+ " and save its output in rel/files/sys.config,\n "
10+ " \n "
11+ " 2. Or copy rel/files/sys.config.orig to rel/files/sys.config\n "
12+ " and edit it by hand to fit your setup.\n "
13+ " \n "
14+ " Then run \\\" make rel\\\" again.\n\" ; exit 1)'"
15+ }]}.
You can’t perform that action at this time.
0 commit comments