summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
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
}