Gentoo Archives: gentoo-commits

From: Richard Freeman <rich0@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/users-and-groups/
Date: Sat, 03 Nov 2012 18:43:14
Message-Id: 1351968092.ab086a42a70e1a8d20184a7f3647fcfe9d090478.rich0@gentoo
1 commit: ab086a42a70e1a8d20184a7f3647fcfe9d090478
2 Author: Richard Freeman <rich0 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 3 18:41:32 2012 +0000
4 Commit: Richard Freeman <rich0 <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 3 18:41:32 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=ab086a42
7
8 Fix bug 293629. pkg_preinst follows src_install.
9
10 ---
11 ebuild-writing/users-and-groups/text.xml | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/ebuild-writing/users-and-groups/text.xml b/ebuild-writing/users-and-groups/text.xml
15 index c48e820..c7d0983 100644
16 --- a/ebuild-writing/users-and-groups/text.xml
17 +++ b/ebuild-writing/users-and-groups/text.xml
18 @@ -12,7 +12,7 @@ in the <c>pkg_setup</c> function: <c>pkg_setup</c> is sandbox-safe,
19 is called before the compile process so a build that requires the user to exist will
20 have it, and is also called for both binary and source packages. You may also
21 use the <c>pkg_preinst</c> or <c>pkg_setup</c> functions for user creation, if
22 -the user is not required during <c>src_compile</c>.
23 +the user is not required during or before <c>src_install</c>.
24 </p>
25 </body>