summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-07-10 01:41:48 -0400
committerMike Frysinger <vapier@gentoo.org>2012-07-10 01:41:48 -0400
commit8639e39d6c13306661261a3cb66c6827bcd2d26c (patch)
tree4135acd5e6aedeb7f6757d46ee10c2dbabec5947
parentmigrate emaint to use the new title and label features of the progressbar. (diff)
downloadportage-8639e39d6c13306661261a3cb66c6827bcd2d26c.tar.gz
portage-8639e39d6c13306661261a3cb66c6827bcd2d26c.tar.bz2
portage-8639e39d6c13306661261a3cb66c6827bcd2d26c.zip
ebuild(5): note that keepdir/dodir accept multiple paths
Current documentation indicates these only take one path, but they both accept an arbitrary number of paths. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r--man/ebuild.510
1 files changed, 5 insertions, 5 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 8ed813683..a65fef23a 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -615,7 +615,7 @@ CFLAGS, CXXFLAGS, FFLAGS, FCFLAGS, and LDFLAGS variables.
This should contain a list of file paths, relative to the image directory, of
files that contain .hash sections. The paths may contain regular expressions
with escape\-quoted special characters. This variable is deprecated. Use
-\fBQA_FLAGS_IGNORED\f instead.
+\fBQA_FLAGS_IGNORED\fR instead.
.br
This variable is intended to be used on files of binary packages which ignore
LDFLAGS variable.
@@ -1105,8 +1105,8 @@ that this expression does \fBNOT\fR use the offset prefix.
.BR 'dosed\ "s:/usr/local:/usr:g"\ /usr/bin/some\-script'
runs sed on ${ED}/usr/bin/some\-script
.TP
-\fBdodir\fR \fI<path>\fR
-Creates a directory inside of ${ED}.
+\fBdodir\fR \fI<path> [more paths]\fR
+Creates directories inside of ${ED}.
.br
.BR 'dodir\ /usr/lib/apache'
creates ${ED}/usr/lib/apache. Note that the do* functions will run
@@ -1122,8 +1122,8 @@ Sets the root (\fIDESTTREE\fR) for other functions like \fBdobin\fR,
.br
The default root is /usr.
.TP
-\fBkeepdir\fR \fI<path>\fR
-Tells portage to leave a directory behind even if it is empty. Functions
+\fBkeepdir\fR \fI<path> [more paths]\fR
+Tells portage to leave directories behind even if they're empty. Functions
the same as \fBdodir\fR.
.TP
\fBdobin\fR \fI<binary> [list of more binaries]\fR