diff options
author | rillig <rillig@pkgsrc.org> | 2006-01-12 11:22:40 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-01-12 11:22:40 +0000 |
commit | c7184fa02f09d949ecd76b1de856e5bb603ecb07 (patch) | |
tree | d2d0163eadab4c757190fb8b5eb2169565f68e9b /doc/guide | |
parent | 1eb828e8b4f061a976cbe4ba51337e0a5994a778 (diff) | |
download | pkgsrc-c7184fa02f09d949ecd76b1de856e5bb603ecb07.tar.gz |
Documented CHECK_FILES and CHECK_INTERPRETER as being useful for bulk
builds.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/binary.xml | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/doc/guide/files/binary.xml b/doc/guide/files/binary.xml index 7e8172de0be..970a4af4093 100644 --- a/doc/guide/files/binary.xml +++ b/doc/guide/files/binary.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: binary.xml,v 1.18 2005/12/04 17:05:22 rillig Exp $ --> +<!-- $NetBSD: binary.xml,v 1.19 2006/01/12 11:22:40 rillig Exp $ --> <chapter id="binary"> <title>Creating binary packages</title> @@ -122,6 +122,23 @@ packages.</para></listitem> </itemizedlist> + + <para>Some other options are scattered in the pkgsrc + infrastructure:</para> + + <itemizedlist> + + <listitem><para><varname>CHECK_FILES</varname> can be set to + <quote>yes</quote> to check that the installed set of files + matches the <filename>PLIST</filename>.</para></listitem> + + <listitem><para><varname>CHECK_INTERPRETER</varname> can be set + to <quote>yes</quote> to check that the installed + <quote>#!</quote>-scripts will find their + interpreter.</para></listitem> + + </itemizedlist> + </sect3> <sect3 id="pre-build.local"> |