summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/vmware-workstation/vmware-workstation-4.0.4460-r1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-emulation/vmware-workstation/vmware-workstation-4.0.4460-r1.ebuild b/app-emulation/vmware-workstation/vmware-workstation-4.0.4460-r1.ebuild
index 2be3bba8111c..54bd46607501 100644
--- a/app-emulation/vmware-workstation/vmware-workstation-4.0.4460-r1.ebuild
+++ b/app-emulation/vmware-workstation/vmware-workstation-4.0.4460-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-4.0.4460-r1.ebuild,v 1.1 2003/07/26 00:02:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-4.0.4460-r1.ebuild,v 1.2 2003/07/30 13:20:15 vapier Exp $
# Unlike many other binary packages the user doesn't need to agree to a licence
# to download VM Ware. The agreeing to a licence is part of the configure step
@@ -40,8 +40,11 @@ src_unpack() {
check_KV
unpack ${NP}.tar.gz
if [ "${KV:0:3}" == "2.6" ] || [ "${KV:0:3}" == "2.5" ] ; then
+ einfo "Adding 2.{5,6}.x kernel support"
unpack ${N26KernSupport}.tar.gz
mv ${N26KernSupport}/*.tar ${S}/lib/modules/source/
+ else
+ einfo "Using 2.4.x kernel support"
fi
}