diff options
author | Louis Sautier <sbraz@gentoo.org> | 2024-04-29 21:37:58 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-04-29 21:47:31 +0200 |
commit | f465e69945491f750d1da23ae3793112f3f18a0f (patch) | |
tree | f509dd1f219537db97a9d1dfa4c01c4795f48fc7 | |
parent | general-concepts/licenses: Licenses must be plain text (diff) | |
download | devmanual-f465e69945491f750d1da23ae3793112f3f18a0f.tar.gz devmanual-f465e69945491f750d1da23ae3793112f3f18a0f.tar.bz2 devmanual-f465e69945491f750d1da23ae3793112f3f18a0f.zip |
ebuild-writing/functions/src_prepare/eapply: fix typo
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | ebuild-writing/functions/src_prepare/eapply/text.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebuild-writing/functions/src_prepare/eapply/text.xml b/ebuild-writing/functions/src_prepare/eapply/text.xml index 74295ee..97f4445 100644 --- a/ebuild-writing/functions/src_prepare/eapply/text.xml +++ b/ebuild-writing/functions/src_prepare/eapply/text.xml @@ -28,7 +28,7 @@ filename begins with a hyphen. <ul> <li> - If an argument is a regular file, it will be applied it in the working + If an argument is a regular file, it will be applied in the working directory by calling GNU <c>patch</c> with patch level <c>-p1</c>. Specifying an explicit <c>-p<e>N</e></c> option will override the default patch level. |