diff options
author | joerg <joerg@pkgsrc.org> | 2009-01-07 19:59:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-01-07 19:59:12 +0000 |
commit | 36420d53d3c30b340485840061aa15e39053c922 (patch) | |
tree | 763325629c3b3a935a6af5c2e34a281f526eb4db /doc/guide | |
parent | f1eab50fab56ee5142b689c3b7625cf44157a412 (diff) | |
download | pkgsrc-36420d53d3c30b340485840061aa15e39053c922.tar.gz |
Be consistent between sample path and bootstrap command.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/bulk.xml | 4 |
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> |