diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-08-22 00:10:02 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-08-22 00:10:02 +0000 |
commit | ab68d9627489f055153e2fc9afcf089bb0bca2c1 (patch) | |
tree | 4c9c44c6e005db86f9c1a73fcfacf1f914dbd47b /eclass | |
parent | Bump to vmware-any-any-113, fix for gcc-3.x. (diff) | |
download | vmware-ab68d9627489f055153e2fc9afcf089bb0bca2c1.tar.gz vmware-ab68d9627489f055153e2fc9afcf089bb0bca2c1.tar.bz2 vmware-ab68d9627489f055153e2fc9afcf089bb0bca2c1.zip |
Moved the creation of the vmware group from the product ebuilds to the modules ebuilds. Closing bug #188642.
svn path=/trunk/; revision=197
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vmware-mod.eclass | 2 | ||||
-rw-r--r-- | eclass/vmware.eclass | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vmware-mod.eclass b/eclass/vmware-mod.eclass index a10cc2b..d981e0b 100644 --- a/eclass/vmware-mod.eclass +++ b/eclass/vmware-mod.eclass @@ -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 diff --git a/eclass/vmware.eclass b/eclass/vmware.eclass index 6d7e5ed..657f1d9 100644 --- a/eclass/vmware.eclass +++ b/eclass/vmware.eclass @@ -90,8 +90,6 @@ vmware_determine_product() { vmware_pkg_setup() { vmware_determine_product - # We create a group for VMware users due to bugs #104480 and #106170 - enewgroup "${VMWARE_GROUP}" } vmware_src_unpack() { |