diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-10-25 12:53:42 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-10-25 12:53:42 +0000 |
commit | 785bd344eb11a5162a28ca4b77704bfceaf63f08 (patch) | |
tree | 45127ade033a47db51cbe3cb962b42750ec6df30 | |
parent | 0aaa219e62faf724452b132d17203b72a75420c0 (diff) | |
download | s6-linux-init-785bd344eb11a5162a28ca4b77704bfceaf63f08.tar.xz |
Mention --enable-absolute-paths in INSTALL
-rw-r--r-- | INSTALL | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -159,6 +159,18 @@ behaviour is to check the pointed file's timestamp and not the symlink's timestamp. +* Absolute pathnames + ------------------ + + You may want to use fixed absolute pathnames even if you're not +following the slashpackage convention: for instance, the Nix packaging +system prefers calling binaries with immutable paths rather than rely on +PATH resolution. If you are in that case, use the --enable-absolute-paths +option to configure. This will ensure that programs calling binaries from +this package will call them with their full installation path (in bindir) +without relying on a PATH search. + + * Out-of-tree builds ------------------ |