summaryrefslogtreecommitdiffstats
path: root/man/ebuild.5
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-04-07 04:54:36 +0000
committerMike Frysinger <vapier@gentoo.org>2007-04-07 04:54:36 +0000
commit28ab16294c6840042fa662282cd7ab7044d560ff (patch)
tree291ad5b5d62966db9dcdd352496dc38b9d58dcda /man/ebuild.5
parent4b79ed0d37b6566b8cb95cf8e44a7b6eefbc847c (diff)
downloadportage-28ab16294c6840042fa662282cd7ab7044d560ff.tar.gz
portage-28ab16294c6840042fa662282cd7ab7044d560ff.tar.bz2
portage-28ab16294c6840042fa662282cd7ab7044d560ff.zip
remove references to EXEDESTTREE
svn path=/main/trunk/; revision=6350
Diffstat (limited to 'man/ebuild.5')
-rw-r--r--man/ebuild.512
1 files changed, 6 insertions, 6 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 681bf7fa5..bf93e3aac 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -809,23 +809,23 @@ Can be used to define options for the install function used in
\fBdoins\fR. The default is \fI\-m0644\fR.
.TP
\fBdoins\fR \fI<file> [list of more files]\fR
-Installs files into the path controlled by the \fBinsinto\fR. This function
+Installs files into the path controlled by \fBinsinto\fR. This function
uses \fBinstall\fR(1). Creates all necessary dirs.
.TP
\fBexeinto\fR \fI[path]\fR
-Sets the root (\fIEXEDESTTREE\fR) for the \fBdoexe\fR function.
+Sets the destination path for the \fBdoexe\fR function.
.br
-The default root is /.
+The default path is /.
.TP
\fBexeopts\fR \fI[options for install(1)]\fR
Can be used to define options for the install function used in \fBdoexe\fR.
The default is \fI\-m0755\fR.
.TP
\fBdoexe\fR \fI<executable> [list of more executables]\fR
-Installs a executable or a list of executable into \fIEXEDESTTREE\fR.
-This function uses \fBinstall\fR(1). Creates all necessary dirs.
+Installs executables into the path controlled by \fBexecinto\fR. This function
+uses \fBinstall\fR(1). Creates all necessary dirs.
.TP
-\fBdocinto\fR \fI<path>\fR
+\fBdocinto\fR \fI[path]\fR
Sets the subdir used by \fBdodoc\fR when installing into the document tree
(based in /usr/share/doc/${PF}/). Default is no subdir, or just "".
.TP