summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorjoerg <joerg>2009-01-07 19:59:12 +0000
committerjoerg <joerg>2009-01-07 19:59:12 +0000
commit48dce57cd92c4517ad8189e1e4172ae908fdc8cd (patch)
tree763325629c3b3a935a6af5c2e34a281f526eb4db /doc/guide
parent1f760c63cf9146ecb196b5a70bc49553e7b22f61 (diff)
downloadpkgsrc-48dce57cd92c4517ad8189e1e4172ae908fdc8cd.tar.gz
Be consistent between sample path and bootstrap command.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/bulk.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/bulk.xml b/doc/guide/files/bulk.xml
index 0198307a7f4..f0e1c4797b2 100644
--- a/doc/guide/files/bulk.xml
+++ b/doc/guide/files/bulk.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: bulk.xml,v 1.3 2008/12/17 09:50:48 rillig Exp $ -->
+<!-- $NetBSD: bulk.xml,v 1.4 2009/01/07 19:59:12 joerg Exp $ -->
<chapter id="bulk">
<title>Creating binary packages for everything in pkgsrc (bulk
@@ -623,7 +623,7 @@ nbftp% <userinput>chmod 755 .</userinput>
<sect2 id="bulk.pbulk.prepare">
<title>Preparation</title>
-<para>First, you need to create a pkgsrc installation for the pbulk infrastructure. No matter on which platform you are (even on NetBSD), you should bootstrap into its own directory. Let's take the directory <filename>/usr/pbulk-outer</filename> or <filename>$HOME/pbulk-outer</filename> for it. This installation will be bootstrapped and all the tools that are required for the bulk build will be installed there.</para>
+<para>First, you need to create a pkgsrc installation for the pbulk infrastructure. No matter on which platform you are (even on NetBSD), you should bootstrap into its own directory. Let's take the directory <filename>/usr/pbulk</filename> or <filename>$HOME/pbulk</filename> for it. This installation will be bootstrapped and all the tools that are required for the bulk build will be installed there.</para>
<screen>
$ <userinput>cd /usr/pkgsrc</userinput>