projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9783e6b
)
ebuild(5): dosed is not supported in EAPI 4
author
Zac Medico
<zmedico@gentoo.org>
Thu, 30 Dec 2010 22:41:18 +0000
(14:41 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 30 Dec 2010 22:41:18 +0000
(14:41 -0800)
man/ebuild.5
patch
|
blob
|
history
diff --git
a/man/ebuild.5
b/man/ebuild.5
index 9fa3b89afc87d566d554d49ae08014962db18d8a..adc6b081578cae554cf42edcc17fb6391c1f4ddc 100644
(file)
--- a/
man/ebuild.5
+++ b/
man/ebuild.5
@@
-916,6
+916,9
@@
multiple directories.
.PD 1
.TP
\fBdosed\fR \fI"s:orig:change:g" <filename>\fR
+Beginning with \fBEAPI 4\fR, the \fBdosed\fR helper no longer exists. Ebuilds
+should call \fBsed(1)\fR directly (and assume that it is GNU sed).
+
Performs sed in place on \fIfilename\fR inside ${ED}. If no expression is
given then \fI"s:${D}::g"\fR is used as the default expression. Note
that this expression does \fBNOT\fR use the offset prefix.