diff options
author | Peter Powell <petpow@saberuk.com> | 2017-09-21 18:44:29 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-09-21 20:49:49 +0100 |
commit | b8babf2c43edd0f1ee2997125c6ea4cd21e15d68 (patch) | |
tree | 71ff647cf9515ff5ca9518cd2c37dc3c4314d67c /make/configure.pm | |
parent | ca9a56b7ac0ec2139ade835144369455baa757bc (diff) |
Move the init scripts out of the prefix into the new script dir.
The previous directory was okay for home directory installs but
was problematic for system wide installs.
Diffstat (limited to 'make/configure.pm')
-rw-r--r-- | make/configure.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/configure.pm b/make/configure.pm index dfdbf5f75..82d14f564 100644 --- a/make/configure.pm +++ b/make/configure.pm @@ -139,6 +139,9 @@ PATH OPTIONS --module-dir=[dir] The location where the loadable modules are stored. [$PWD/run/modules] + --script-dir=[dir] The location where the scripts, such as the + init scripts, are stored. + [$PWD/run] EXTRA MODULE OPTIONS |