diff options
author | agc <agc> | 2005-01-05 14:21:16 +0000 |
---|---|---|
committer | agc <agc> | 2005-01-05 14:21:16 +0000 |
commit | 29ce528435e1866655ff1726f9fbda85d98e94c1 (patch) | |
tree | 54066bfd13f65aa1cca3283ac8f33ea31beb2eff /doc/guide | |
parent | bfec15d425ca8468d24c0c038d81954cf021c9e9 (diff) | |
download | pkgsrc-29ce528435e1866655ff1726f9fbda85d98e94c1.tar.gz |
Fix pathname for mksandbox script.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/binary.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/binary.xml b/doc/guide/files/binary.xml index 276f214ef02..db52ef8b12f 100644 --- a/doc/guide/files/binary.xml +++ b/doc/guide/files/binary.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: binary.xml,v 1.4 2005/01/05 14:16:59 agc Exp $ --> +<!-- $NetBSD: binary.xml,v 1.5 2005/01/05 14:21:16 agc Exp $ --> <chapter id="binary"> <title>Creating binary packages</title> @@ -241,7 +241,7 @@ fi</programlisting> This can be done by using null mounts, or manually.</para> <para>There is a shell script - called <filename>pkgsrc/bulk/mksandbox</filename> which will set up the sandbox + called <filename>pkgsrc/mk/bulk/mksandbox</filename> which will set up the sandbox environment using null mounts. It will also create a script called <filename>sandbox</filename> in the root of the sandbox environment, which will allow the null mounts to be activated |