diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-08-22 00:10:44 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-08-22 00:10:44 +0000 |
commit | a6aa56daa0fd0cbdc2165ecb1742c2ab0677a663 (patch) | |
tree | 50a1c174e6c0cf755cd35b53f3d94450c1147d6f /eclass/vmware-mod.eclass | |
parent | Version bump. Closing bug #189095. (diff) | |
download | gentoo-2-a6aa56daa0fd0cbdc2165ecb1742c2ab0677a663.tar.gz gentoo-2-a6aa56daa0fd0cbdc2165ecb1742c2ab0677a663.tar.bz2 gentoo-2-a6aa56daa0fd0cbdc2165ecb1742c2ab0677a663.zip |
Moved the creation of the vmware group from the product ebuilds to the modules ebuilds. Closing bug #188642.
Diffstat (limited to 'eclass/vmware-mod.eclass')
-rw-r--r-- | eclass/vmware-mod.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/vmware-mod.eclass b/eclass/vmware-mod.eclass index 9b4b77ced545..cb558e023a1d 100644 --- a/eclass/vmware-mod.eclass +++ b/eclass/vmware-mod.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vmware-mod.eclass,v 1.13 2007/07/28 18:00:42 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vmware-mod.eclass,v 1.14 2007/08/22 00:10:44 wolf31o2 Exp $ # Ensure vmware comes before linux-mod since we want linux-mod's pkg_preinst and @@ -38,6 +38,8 @@ vmware-mod_pkg_setup() { BUILD_TARGETS="auto-build VMWARE_VER=${VMWARE_VER} KERNEL_DIR=${KERNEL_DIR} KBUILD_OUTPUT=${KV_OUT_DIR}" vmware_determine_product + # We create a group for VMware users due to bugs #104480 and #106170 + enewgroup "${VMWARE_GROUP}" if [[ -z "${VMWARE_MODULE_LIST}" ]]; then case ${product} in |