aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-08-25 00:41:53 +0300
committerMarkos Chandras <hwoarang@gentoo.org>2010-08-25 00:41:53 +0300
commit026613f7e9e489536f668126f59a2f50e5a53cb9 (patch)
tree4181fe7be044e38291076c51afe81d0a6cc7901a
parentRemove old references to epatch and autopackages (diff)
downloaddevmanual-026613f7e9e489536f668126f59a2f50e5a53cb9.tar.gz
devmanual-026613f7e9e489536f668126f59a2f50e5a53cb9.tar.bz2
devmanual-026613f7e9e489536f668126f59a2f50e5a53cb9.zip
Fix epatch reference path
-rw-r--r--eclass-reference/eutils.eclass/text.xml2
-rw-r--r--quickstart/text.xml2
-rw-r--r--tools-reference/diff-and-patch/text.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/eclass-reference/eutils.eclass/text.xml b/eclass-reference/eutils.eclass/text.xml
index f8bbd07..8b08ebe 100644
--- a/eclass-reference/eutils.eclass/text.xml
+++ b/eclass-reference/eutils.eclass/text.xml
@@ -60,7 +60,7 @@ see <c>man eutils.eclass</c>.
</ti>
<ti>
Apply a patch (see <c>man eutils.eclass</c> and
- <uri link="::ebuild-writing/functions/src_unpack/epatch"/>).
+ <uri link="::ebuild-writing/functions/src_prepare/epatch"/>).
</ti>
</tr>
<tr>
diff --git a/quickstart/text.xml b/quickstart/text.xml
index 0d70e69..ee49773 100644
--- a/quickstart/text.xml
+++ b/quickstart/text.xml
@@ -305,7 +305,7 @@ Note the <c>${FILESDIR}/${P}-destdir.patch</c> <d/> this refers to
<c>detox-1.1.0-destdir.patch</c>, which lives in the <c>files/</c>
subdirectory in the Portage tree. Larger patch files must go on the
mirrors rather than in <c>files/</c> <d/> see <uri
-link="::ebuild-writing/functions/src_unpack/epatch/"/>.
+link="::ebuild-writing/functions/src_prepare/epatch/"/>.
</p>
</body>
diff --git a/tools-reference/diff-and-patch/text.xml b/tools-reference/diff-and-patch/text.xml
index 50016a5..1ea3bac 100644
--- a/tools-reference/diff-and-patch/text.xml
+++ b/tools-reference/diff-and-patch/text.xml
@@ -37,7 +37,7 @@ To apply a patch, use <c>patch -pX &lt; whatever.patch</c>,
where <c>X</c> is a number representing the number of path components
which must be removed (typically this is <c>0</c> or <c>1</c>). Within
ebuilds, use the <c>epatch</c> function instead — see
-<uri link="::ebuild-writing/functions/src_unpack/epatch"/>.
+<uri link="::ebuild-writing/functions/src_prepare/epatch"/>.
</p>
<p>