diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-12-03 20:04:11 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-12-03 20:04:11 +0000 |
commit | 3ead72347729c359d21b236783b20facce6de65d (patch) | |
tree | 60ae8b888a92ae7575164c0feb611d777518f491 /sci-misc | |
parent | Backport the IUSE=cxx fix. (diff) | |
download | gentoo-2-3ead72347729c359d21b236783b20facce6de65d.tar.gz gentoo-2-3ead72347729c359d21b236783b20facce6de65d.tar.bz2 gentoo-2-3ead72347729c359d21b236783b20facce6de65d.zip |
Use correct function for users install.
(Portage version: 2.2_rc54/cvs/Linux x86_64)
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/boinc/ChangeLog | 5 | ||||
-rw-r--r-- | sci-misc/boinc/boinc-6.10.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-misc/boinc/ChangeLog b/sci-misc/boinc/ChangeLog index 55aa4c38f60b..9a21b7e8b471 100644 --- a/sci-misc/boinc/ChangeLog +++ b/sci-misc/boinc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-misc/boinc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.82 2009/11/22 13:38:26 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.83 2009/12/03 20:04:11 scarabeus Exp $ + + 03 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org> boinc-6.10.18.ebuild: + Use correct function for users install. 22 Nov 2009; Tomáš Chvátal <scarabeus@gentoo.org> files/boinc.init: Update script attach function to work correcty. diff --git a/sci-misc/boinc/boinc-6.10.18.ebuild b/sci-misc/boinc/boinc-6.10.18.ebuild index 1d520b569042..951ee514e8f8 100644 --- a/sci-misc/boinc/boinc-6.10.18.ebuild +++ b/sci-misc/boinc/boinc-6.10.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-6.10.18.ebuild,v 1.2 2009/11/14 01:40:46 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-6.10.18.ebuild,v 1.3 2009/12/03 20:04:11 scarabeus Exp $ EAPI="2" @@ -99,7 +99,7 @@ src_install() { newconfd "${FILESDIR}"/${PN}.conf ${PN} } -pkg_setup() { +pkg_preinst() { enewgroup ${PN} # note this works only for first install so we have to # elog user about the need of being in video group |