diff options
author | wiz <wiz@pkgsrc.org> | 2005-05-07 22:28:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-05-07 22:28:15 +0000 |
commit | 56b6acd261f6ec9b37fae0703a0d40b2b16851e9 (patch) | |
tree | 485877705c25060ee0e91b8f6f8156acfd4f81a4 | |
parent | 2392e577cd80b0679c0add2299b60a1b330ae003 (diff) | |
download | pkgsrc-56b6acd261f6ec9b37fae0703a0d40b2b16851e9.tar.gz |
Use sh(1) instead of &man.sh.1;, which does not work yet.
-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 0f24f6bafa6..80861f6a2b9 100644 --- a/doc/guide/files/binary.xml +++ b/doc/guide/files/binary.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: binary.xml,v 1.9 2005/05/06 23:04:16 wiz Exp $ --> +<!-- $NetBSD: binary.xml,v 1.10 2005/05/07 22:28:15 wiz Exp $ --> <chapter id="binary"> <title>Creating binary packages</title> @@ -102,7 +102,7 @@ _ACCEPTABLE= yes</programlisting> stage. If the file <filename>pre-build.local</filename> exists in <filename>/usr/pkgsrc/mk/bulk</filename>, it will be executed - (as a &man.sh.1; script) at the end of the usual pre-build + (as a sh(1) script) at the end of the usual pre-build stage. An example use of <filename>pre-build.local</filename> is to have the line:</para> |