diff options
author | wiz <wiz@pkgsrc.org> | 2006-03-03 22:22:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-03-03 22:22:07 +0000 |
commit | 1be3201370ddf3a735ab87b14437293348bfe263 (patch) | |
tree | dcb81514120b221101e07981ea56a110bb55c614 /doc/guide | |
parent | 41eee3f653177f5e1c8f5be9fb2090d57ef94e26 (diff) | |
download | pkgsrc-1be3201370ddf3a735ab87b14437293348bfe263.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> |