diff options
| author | Linus Nordberg <linus@nordu.net> | 2017-09-06 18:40:49 +0200 |
|---|---|---|
| committer | Linus Nordberg <linus@nordu.net> | 2017-09-06 18:40:49 +0200 |
| commit | 40bc8c41cc73d58ad975d7bf218fcb698e944094 (patch) | |
| tree | 31c84c0fcf32c727f6c0ee69b3b551728ae3f649 /catlfish-dev/start.sh | |
| parent | 87f696f141d616b87b0c8078bfd0cfcdb2ff2601 (diff) | |
Make 'install' too, which installs tools directory.
Stop moving the source dir to INSTDIR -- make install does what's
needed.
Use getconfig.sh in INSTDIR/tools/.
Diffstat (limited to 'catlfish-dev/start.sh')
| -rwxr-xr-x | catlfish-dev/start.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/catlfish-dev/start.sh b/catlfish-dev/start.sh index 8b3d04a..86a09e5 100755 --- a/catlfish-dev/start.sh +++ b/catlfish-dev/start.sh @@ -11,10 +11,7 @@ erlbase=$ERLANG_BASE_DIR # Use some reasonable default values. [ -z "$erlbase" ] && erlbase=/usr/local/catlfish -# FIXME: Get getconfig.sh from the -# $erlbase/lib/catlfish-$VERSION.ez (zip archive) instead of requiring -# source code to be unpacked in the container. -GETCONFIG=/usr/local/catlfish/src/tools/getconfig.sh +GETCONFIG=/usr/local/catlfish/tools/getconfig.sh mkdir ${nodename} $GETCONFIG /usr/local/etc/catlfish/${nodename}.cfg ${logname}.cfg force-compile |
