diff options
author | wiz <wiz> | 2006-03-03 22:22:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-03-03 22:22:07 +0000 |
commit | 485d1dd922a5424afc617135b7fe9209ba37eacd (patch) | |
tree | dcb81514120b221101e07981ea56a110bb55c614 /doc/guide | |
parent | 7ea03490248ef0b801840fe9c0d4ec1f67c996df (diff) | |
download | pkgsrc-485d1dd922a5424afc617135b7fe9209ba37eacd.tar.gz |
Correct path in example line for pre-build.local.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/binary.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guide/files/binary.xml b/doc/guide/files/binary.xml index b0d8176cef3..dc7179193ab 100644 --- a/doc/guide/files/binary.xml +++ b/doc/guide/files/binary.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: binary.xml,v 1.22 2006/02/18 17:07:33 rillig Exp $ --> +<!-- $NetBSD: binary.xml,v 1.23 2006/03/03 22:22:07 wiz Exp $ --> <chapter id="binary"> <title>Creating binary packages</title> @@ -164,8 +164,8 @@ stage. An example use of <filename>pre-build.local</filename> is to have the line:</para> - <screen>&rprompt; <userinput>echo "I do not have enough disk space to build this pig." \ - > pkgsrc/misc/openoffice/$BROKENF</userinput></screen> + <screen>echo "I do not have enough disk space to build this pig." \ + > misc/openoffice/$BROKENF</screen> <para>to prevent the system from trying to build a particular package which requires nearly 3 GB of disk space.</para> |