diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-04-23 10:50:45 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-04-23 10:50:45 +0200 |
commit | 363177edeccf80013e266e2b6fcadeb24d67a7ac (patch) | |
tree | 2f1dca9d1ba17c0f63c32ad83b240447ea0fd02e /ebuild-writing | |
parent | .gitignore: Ignore Emacs backup files (diff) | |
download | devmanual-363177edeccf80013e266e2b6fcadeb24d67a7ac.tar.gz devmanual-363177edeccf80013e266e2b6fcadeb24d67a7ac.tar.bz2 devmanual-363177edeccf80013e266e2b6fcadeb24d67a7ac.zip |
ebuild-writing/functions/src_prepare/eapply: Clarify eapply for dir
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ebuild-writing')
-rw-r--r-- | ebuild-writing/functions/src_prepare/eapply/text.xml | 6 |
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> |