<para>
Specifies the utility used to apply patches for a recipe
during <filename>do_patch</filename>.
+ You can specify one of three utilities: "patch", "quilt", or
+ "git".
The default utility used is "quilt" except for the
quilt-native recipe itself.
Because the quilt tool is not available at the
<para>
If you wish to use an alternative patching tool, set the
- variable in the recipe:
+ variable in the recipe using one of the following:
<literallayout class='monospaced'>
- PATCHTOOL = "tool-name"
+ PATCHTOOL = "patch"
+ PATCHTOOL = "quilt"
+ PATCHTOOL = "git"
</literallayout>
</para>
</glossdef>