diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-07-30 13:20:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-07-30 13:20:15 +0000 |
commit | 190b6539868d69a4a650fcbaaf15a12201a541cc (patch) | |
tree | a03c8bf7a36b4af1c2aa0b9f1a06cde0a6699134 /app-emulation | |
parent | blah, manifesting properly this time (diff) | |
download | historical-190b6539868d69a4a650fcbaaf15a12201a541cc.tar.gz historical-190b6539868d69a4a650fcbaaf15a12201a541cc.tar.bz2 historical-190b6539868d69a4a650fcbaaf15a12201a541cc.zip |
added msg for kern version they are building with
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vmware-workstation/vmware-workstation-4.0.4460-r1.ebuild | 5 |
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 } |