summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2006-11-18 16:27:15 +0000
committerMike Auty <ikelos@gentoo.org>2006-11-18 16:27:15 +0000
commitd07464cbfe03f1b0a0f60bcb7d6f07a15b989e8c (patch)
tree1f3cecc69c6f320bcee49c1efca7851e8887c551 /eclass
parentAdded a new revision of the ESX tools, which should work with the new eclass.... (diff)
downloadvmware-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.eclass1
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
}