diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -112,6 +112,16 @@ are relevant during the build: logdir The top-level directory for log files. Default: <localstatedir>/log + runstatedir + The top-level directory for small files that describe the state of the + system and that exist only while some subsystem is running, such as process + identifier files and transient Unix-domain sockets. Default: /run + + lockdir + The top-level directory for lock files that are used to prevent multiple + programs from trying to access a device or other resource at the same time. + Default: <runstatedir>/lock + includedir The top-level directory for source files to be used in the compilation of software using libraries, used only if no directories project is provided. @@ -155,16 +165,6 @@ are relevant during the build: The parent of the application-specific directory for miscellaneous documentation files. Default: <datarootdir>/doc - runtimedir - The top-level directory for files that describe the state of the system and - that exist only while some subsystem is running, such as process identifier - files and transient Unix-domain sockets. Default: /run - - lockdir - The top-level directory for lock files that are used to prevent multiple - programs from trying to access a device or other resource at the same time. - Default: <runtimedir>/lock - If you want to install to a staging directory from which the files will later be copied to their final locations, then set DESTDIR to the staging directory. All the other directory variables shall be the final locations. Unlike the |