diff options
author | wiz <wiz> | 2012-08-14 11:32:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-08-14 11:32:21 +0000 |
commit | e35c7fd9392afa22fa735cecdaf7f27dced4c03c (patch) | |
tree | fa25e8bc551237c30590faa7af1fd2e59ac5e6f8 | |
parent | 16247efbe22edf05518703e06ad05c7bbc4211ec (diff) | |
download | pkgsrc-e35c7fd9392afa22fa735cecdaf7f27dced4c03c.tar.gz |
Fix REPLACE_PYTHON example, prompted by Moritz Wilhelmy.
-rw-r--r-- | doc/guide/files/creating.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/guide/files/creating.xml b/doc/guide/files/creating.xml index eb26ea981ae..c887f590297 100644 --- a/doc/guide/files/creating.xml +++ b/doc/guide/files/creating.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: creating.xml,v 1.10 2011/05/21 16:39:03 wiz Exp $ --> +<!-- $NetBSD: creating.xml,v 1.11 2012/08/14 11:32:21 wiz Exp $ --> <chapter id="creating"> <title>Creating a new pkgsrc package from scratch</title> @@ -176,9 +176,10 @@ egg-aware, you only need to include <para>In order to correctly set the path to the Python interpreter, use the <varname>REPLACE_PYTHON</varname> variable and set it to the list of files -that must be corrected. For example : +(paths relative to <varname>WRKSRC</varname>) that must be corrected. +For example : <programlisting> -REPLACE_PYTHON= ${WRKSRC}/*.py +REPLACE_PYTHON= *.py </programlisting></para> </sect2> |