From 0a7d36c71e387b5c2fa95fb14685ea274e6d5aca Mon Sep 17 00:00:00 2001 From: Björn Persson Date: Wed, 9 Oct 2013 21:09:42 +0200 Subject: Renamed runtimedir to runstatedir. A new variable named runstatedir has been defined in the GNU Coding Standards. Comfignat had runtimedir for the same purpose. The name is now changed to keep Comfignat compatible with the GNU Coding Standards. This change also improves the documentation of runstatedir and lockdir. --- INSTALL | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 5a45025..10e53ff 100644 --- a/INSTALL +++ b/INSTALL @@ -112,6 +112,16 @@ are relevant during the build: logdir The top-level directory for log files. Default: /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: /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: /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: /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 -- cgit v1.2.3