diff options
author | Mike Auty <ikelos@gentoo.org> | 2006-08-08 19:16:42 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2006-08-08 19:16:42 +0000 |
commit | 388fba99ae3a81abc0684d5b9c794a5be29a11bb (patch) | |
tree | 844b1d23f190cae766651567b43c4b5889305122 /eclass/vmware-mod.eclass | |
parent | Simplified src_compile using a patch submitted by <nathanegge@yahoo.com> in b... (diff) | |
download | historical-388fba99ae3a81abc0684d5b9c794a5be29a11bb.tar.gz historical-388fba99ae3a81abc0684d5b9c794a5be29a11bb.tar.bz2 historical-388fba99ae3a81abc0684d5b9c794a5be29a11bb.zip |
Second part of that vmware eclass udpate.
Diffstat (limited to 'eclass/vmware-mod.eclass')
-rw-r--r-- | eclass/vmware-mod.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vmware-mod.eclass b/eclass/vmware-mod.eclass index 635b7f3f40c1..bf830c5ed607 100644 --- a/eclass/vmware-mod.eclass +++ b/eclass/vmware-mod.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vmware-mod.eclass,v 1.1 2006/07/31 20:10:50 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vmware-mod.eclass,v 1.2 2006/08/08 19:16:42 ikelos Exp $ # Ensure vmware comes before linux-mod since we want linux-mod's pkg_preinst and @@ -30,7 +30,7 @@ S="${WORKDIR}" EXPORT_FUNCTIONS pkg_setup src_unpack src_install # Must define VMWARE_VER to make, otherwise it'll try and run getversion.pl -BUILD_TARGETS="auto-build VMWARE_VER=${VMWARE_VER}" +BUILD_TARGETS="auto-build VMWARE_VER=${VMWARE_VER} KERNEL_DIR=${KERNEL_DIR} KBUILD_OUTPUT=${KV_OUT_DIR}" vmware-mod_pkg_setup() { linux-mod_pkg_setup |