aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-04-23 10:50:45 +0200
committerUlrich Müller <ulm@gentoo.org>2024-04-23 10:50:45 +0200
commit363177edeccf80013e266e2b6fcadeb24d67a7ac (patch)
tree2f1dca9d1ba17c0f63c32ad83b240447ea0fd02e
parent.gitignore: Ignore Emacs backup files (diff)
downloaddevmanual-master.tar.gz
devmanual-master.tar.bz2
devmanual-master.zip
ebuild-writing/functions/src_prepare/eapply: Clarify eapply for dirHEADmaster
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--ebuild-writing/functions/src_prepare/eapply/text.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ebuild-writing/functions/src_prepare/eapply/text.xml b/ebuild-writing/functions/src_prepare/eapply/text.xml
index a543272..74295ee 100644
--- a/ebuild-writing/functions/src_prepare/eapply/text.xml
+++ b/ebuild-writing/functions/src_prepare/eapply/text.xml
@@ -34,11 +34,11 @@ filename begins with a hyphen.
patch level.
</li>
<li>
- For a directory, <c>patch -p1</c> applies all patch files with names ending
+ For a directory, <c>eapply</c> applies all patch files with names ending
in <c>.diff</c> or <c>.patch</c> in that directory, in POSIXbetical order
of their names. Any other files in the directory are ignored.
- Again, <c>-p<e>N</e></c> can be used to override the default patch level.
- Note that <c>eapply</c> will not recurse into subdirectories.
+ Again, <c>-p<e>N</e></c> can be used to override the default <c>-p1</c>
+ patch level. Note that <c>eapply</c> will not recurse into subdirectories.
</li>
</ul>