pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc/guide/files CREATE_WRKDIR_SYMLINK is now default "...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/536272aea024
branches:  trunk
changeset: 546908:536272aea024
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Sep 09 00:59:51 2008 +0000

description:
CREATE_WRKDIR_SYMLINK is now default "no".

diffstat:

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

diffs (18 lines):

diff -r e199c3da2da0 -r 536272aea024 doc/guide/files/build.xml
--- a/doc/guide/files/build.xml Tue Sep 09 00:35:35 2008 +0000
+++ b/doc/guide/files/build.xml Tue Sep 09 00:59:51 2008 +0000
@@ -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 @@
 
     <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



Home | Main Index | Thread Index | Old Index