summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-03-03 22:22:07 +0000
committerwiz <wiz@pkgsrc.org>2006-03-03 22:22:07 +0000
commitdda9800f99e5929ab45788f1d4be0dec9a6659d4 (patch)
treedcb81514120b221101e07981ea56a110bb55c614
parentb6252d1e800a2f590b648301a54c071760c2f022 (diff)
downloadpkgsrc-dda9800f99e5929ab45788f1d4be0dec9a6659d4.tar.gz
Correct path in example line for pre-build.local.
-rw-r--r--doc/guide/files/binary.xml6
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." \
- &gt; pkgsrc/misc/openoffice/$BROKENF</userinput></screen>
+ <screen>echo "I do not have enough disk space to build this pig." \
+ &gt; 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>