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 | e55264ceb7a9bc4347b940be79f56441836e2fc3 (patch) | |
tree | d9c225b9719c77acaa20bc8c9ceceafadf9c7df4 /eclass | |
parent | Simplified src_compile using a patch submitted by <nathanegge@yahoo.com> in b... (diff) | |
download | gentoo-2-e55264ceb7a9bc4347b940be79f56441836e2fc3.tar.gz gentoo-2-e55264ceb7a9bc4347b940be79f56441836e2fc3.tar.bz2 gentoo-2-e55264ceb7a9bc4347b940be79f56441836e2fc3.zip |
Second part of that vmware eclass udpate.
Diffstat (limited to '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 |