diff options
author | Mike Auty <ikelos@gentoo.org> | 2006-11-18 16:27:15 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2006-11-18 16:27:15 +0000 |
commit | d07464cbfe03f1b0a0f60bcb7d6f07a15b989e8c (patch) | |
tree | 1f3cecc69c6f320bcee49c1efca7851e8887c551 /eclass | |
parent | Added a new revision of the ESX tools, which should work with the new eclass.... (diff) | |
download | vmware-d07464cbfe03f1b0a0f60bcb7d6f07a15b989e8c.tar.gz vmware-d07464cbfe03f1b0a0f60bcb7d6f07a15b989e8c.tar.bz2 vmware-d07464cbfe03f1b0a0f60bcb7d6f07a15b989e8c.zip |
Updated the vmware-server-tools package. We're closer now, but still not quite there yet.
svn path=/trunk/; revision=127
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vmware-mod.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/vmware-mod.eclass b/eclass/vmware-mod.eclass index 4efb050..7e3fa6c 100644 --- a/eclass/vmware-mod.eclass +++ b/eclass/vmware-mod.eclass @@ -72,6 +72,7 @@ vmware-mod_src_unpack() { # rm getversion.pl EPATCH_SUFFIX="patch" epatch "${FILESDIR}"/patches + [[ -d "${FILESDIR}"/patches/${mod} ]] && epatch "${FILESDIR}"/patches/${mod} convert_to_m "${S}"/${mod}-only/Makefile done } |