diff options
author | kano <kano@pkgsrc.org> | 2008-07-23 15:33:44 +0000 |
---|---|---|
committer | kano <kano@pkgsrc.org> | 2008-07-23 15:33:44 +0000 |
commit | 0ab638748891e1c9e28091310c458c4fbf04b295 (patch) | |
tree | fc7094014acf95cc78dca5fb1aed6e6e7ce5c420 /doc/guide | |
parent | aa496fe24b38d9b59d36291a513748f18f9159b3 (diff) | |
download | pkgsrc-0ab638748891e1c9e28091310c458c4fbf04b295.tar.gz |
fix typo
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 335b4165dce..c3842e93274 100644 --- a/doc/guide/files/build.xml +++ b/doc/guide/files/build.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: build.xml,v 1.53 2008/07/22 13:14:21 wiz Exp $ --> +<!-- $NetBSD: build.xml,v 1.54 2008/07/23 15:33:44 kano Exp $ --> <chapter id="build"> <title>The build process</title> @@ -214,7 +214,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 - <varname>WRKDIR</varname> is to be created in the pksrc entry's directory. + <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 <varname>CREATE_WRKDIR_SYMLINK</varname> should be set to |