summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vmware-mod.eclass2
-rw-r--r--eclass/vmware.eclass2
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() {