diff options
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 } |