Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r15225 - main/branches/2.1.7/man
Date: Fri, 29 Jan 2010 18:43:39
Message-Id: E1NavoZ-0005Oe-JG@stork.gentoo.org
1 Author: zmedico
2 Date: 2010-01-29 18:43:31 +0000 (Fri, 29 Jan 2010)
3 New Revision: 15225
4
5 Modified:
6 main/branches/2.1.7/man/ebuild.5
7 Log:
8 Document doins -r option. (trunk r15157)
9
10 Modified: main/branches/2.1.7/man/ebuild.5
11 ===================================================================
12 --- main/branches/2.1.7/man/ebuild.5 2010-01-29 18:43:21 UTC (rev 15224)
13 +++ main/branches/2.1.7/man/ebuild.5 2010-01-29 18:43:31 UTC (rev 15225)
14 @@ -1017,9 +1017,10 @@
15 Can be used to define options for the install function used in
16 \fBdoins\fR. The default is \fI\-m0644\fR.
17 .TP
18 -\fBdoins\fR \fI<file> [list of more files]\fR
19 +\fBdoins\fR \fI[-r] <file> [list of more files]\fR
20 Installs files into the path controlled by \fBinsinto\fR. This function
21 uses \fBinstall\fR(1). Creates all necessary dirs.
22 +Setting -r sets recursive.
23 .TP
24 \fBexeinto\fR \fI[path]\fR
25 Sets the destination path for the \fBdoexe\fR function.