pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide/files INSTALLATION_DIRS creates directories ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9e26d5ce3b5
branches:  trunk
changeset: 515193:d9e26d5ce3b5
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jun 26 23:28:51 2006 +0000

description:
INSTALLATION_DIRS creates directories with the correct ownership.

diffstat:

 doc/guide/files/build.xml |  12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 75d84b0a3a81 -r d9e26d5ce3b5 doc/guide/files/build.xml
--- a/doc/guide/files/build.xml Mon Jun 26 22:51:35 2006 +0000
+++ b/doc/guide/files/build.xml Mon Jun 26 23:28:51 2006 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: build.xml,v 1.27 2006/04/21 07:54:12 rillig Exp $ -->
+<!-- $NetBSD: build.xml,v 1.28 2006/06/26 23:28:51 rillig Exp $ -->
 
 <chapter id="build">
 <title>The build process</title>
@@ -521,16 +521,20 @@
 
        <variablelist>
        <varlistentry><term><varname>INSTALLATION_DIRS</varname></term>
+
                <listitem><para>A list of directories relative to
                <varname>PREFIX</varname> that are created by pkgsrc at
-               the beginning of the <emphasis>install</emphasis> phase. If
-               this variable is set,
+               the beginning of the <emphasis>install</emphasis> phase.
+               If this variable is set,
                <varname>NO_MTREE</varname>=<quote>yes</quote> is
                assumed, which means that the package claims to create
                all needed directories itself before installing files to
                it. Therefore this variable should only be set in
                <filename>Makefile</filename>s that are under control of
-               the package's author.</para></listitem></varlistentry>
+               the package's author. The directories are created with
+               the correct ownership, depending on their
+               name.</para></listitem></varlistentry>
+
        </variablelist>
 
 



Home | Main Index | Thread Index | Old Index