summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorweinem <weinem@pkgsrc.org>2007-08-18 07:13:07 +0000
committerweinem <weinem@pkgsrc.org>2007-08-18 07:13:07 +0000
commit30fca50f5652be13f53dcf412990d08dd6604ae7 (patch)
tree8d0c0a056879116b400b5358bf6fc5f9c2d01152 /doc/guide
parent174f668679f7f7fd862b36718339acbeb5413575 (diff)
downloadpkgsrc-30fca50f5652be13f53dcf412990d08dd6604ae7.tar.gz
Patch applied as requested by Hubert Feyrer
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/platforms.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/guide/files/platforms.xml b/doc/guide/files/platforms.xml
index dcb8a6dcde3..6400f866bc9 100644
--- a/doc/guide/files/platforms.xml
+++ b/doc/guide/files/platforms.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: platforms.xml,v 1.56 2007/08/15 06:33:46 rillig Exp $ -->
+<!-- $NetBSD: platforms.xml,v 1.57 2007/08/18 07:13:07 weinem Exp $ -->
<chapter id="platforms">
<title>Using pkgsrc on systems other than &os;</title>
@@ -303,6 +303,12 @@ file and inspect the contents before extracting it.
<para>Allow suid:</para>
<screen>&rprompt; <userinput>sudo mount -u -o suid /Volumes/NetBSD</userinput></screen>
+
+ <para>Changing the build directory:</para>
+ <para>After bootstrapping you need to change the default package build directory to somewhere outside the disk image so it doesn't get filled up in the process of building packages. Add something like that to <filename>mk.conf</filename>.</para>
+ <programlisting>
+ WRKOBJDIR?= /tmp/pkgsrc # build here instead of in pkgsrc
+ </programlisting>
</sect3>
<sect3 id="platform.osx-part">