Expand on what a command is

auto
Thomas Kluyver 2018-06-09 19:50:40 +02:00 committed by Alexander Larsson
parent 7bd6440b75
commit b23b2667b2
1 changed files with 1 additions and 0 deletions

View File

@ -509,6 +509,7 @@
<term><option>build-commands</option> (array of strings)</term> <term><option>build-commands</option> (array of strings)</term>
<listitem><para>An array of commands to run during build (between make and make install if those are used). <listitem><para>An array of commands to run during build (between make and make install if those are used).
This is primarily useful when using the "simple" buildsystem. This is primarily useful when using the "simple" buildsystem.
Each command is run in <literal>/bin/sh -c</literal>, so it can use standard POSIX shell syntax such as piping output.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>