diff options
author | obache <obache> | 2008-09-09 00:59:51 +0000 |
---|---|---|
committer | obache <obache> | 2008-09-09 00:59:51 +0000 |
commit | dc6f8b7850cbb0d5e33e2db1e54a77e633410408 (patch) | |
tree | 00f240745ef7a0ebed0c1ffc1f06b83f3467e505 /doc/guide | |
parent | 0bac763337922e42b687b82dc5bdab4aa83f1ed8 (diff) | |
download | pkgsrc-dc6f8b7850cbb0d5e33e2db1e54a77e633410408.tar.gz |
CREATE_WRKDIR_SYMLINK is now default "no".
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/build.xml b/doc/guide/files/build.xml index 95667324ff7..d143a64f908 100644 --- a/doc/guide/files/build.xml +++ b/doc/guide/files/build.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: build.xml,v 1.55 2008/07/27 19:27:37 joerg Exp $ --> +<!-- $NetBSD: build.xml,v 1.56 2008/09/09 00:59:51 obache Exp $ --> <chapter id="build"> <title>The build process</title> @@ -213,7 +213,7 @@ GTKDIR_DEFAULT= ${LOCALBASE} <para>The <varname>CREATE_WRKDIR_SYMLINK</varname> definition takes either the value <emphasis>yes</emphasis> or <emphasis>no</emphasis> and defaults - to <emphasis>yes</emphasis>. It indicates whether a symbolic link to the + to <emphasis>no</emphasis>. It indicates whether a symbolic link to the <varname>WRKDIR</varname> is to be created in the pkgsrc entry's directory. If users would like to have their pkgsrc trees behave in a read-only manner, then the value of |