diff options
Diffstat (limited to 'app-emulation/vmware-modules/vmware-modules-1.0.0.20.ebuild')
-rw-r--r-- | app-emulation/vmware-modules/vmware-modules-1.0.0.20.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/vmware-modules/vmware-modules-1.0.0.20.ebuild b/app-emulation/vmware-modules/vmware-modules-1.0.0.20.ebuild index 0a54a63cbf88..59894970bf93 100644 --- a/app-emulation/vmware-modules/vmware-modules-1.0.0.20.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-1.0.0.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-1.0.0.20.ebuild,v 1.1 2008/06/14 23:11:19 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-1.0.0.20.ebuild,v 1.2 2008/06/18 09:18:03 ikelos Exp $ KEYWORDS="~amd64 ~x86" VMWARE_VER="VME_V604" # THIS VALUE IS JUST A PLACE HOLDER @@ -16,4 +16,6 @@ src_unpack() { vmware-mod_src_unpack cd "${S}/vmblock-only" epatch "${FILESDIR}/patches/vmblock/010_all_kernel-2.6.25.patch" + cd "${S}" + epatch "${FILESDIR}/${PV}-makefile-kernel-dir.patch" } |