diff --git a/buildtypes/perl-module-makemaker.sh.in b/buildtypes/perl-module-makemaker.sh.in index 4d4c997..67e8d5a 100644 --- a/buildtypes/perl-module-makemaker.sh.in +++ b/buildtypes/perl-module-makemaker.sh.in @@ -53,4 +53,5 @@ bee_install() { start_cmd make ${BEE_MAKEFLAGS} \ install \ "${@}" + find ${D} -name perllocal.pod -exec rm {} \; } diff --git a/buildtypes/perl-module.sh.in b/buildtypes/perl-module.sh.in index 3d1457f..ae16b73 100644 --- a/buildtypes/perl-module.sh.in +++ b/buildtypes/perl-module.sh.in @@ -53,4 +53,5 @@ bee_install() { start_cmd ./Build \ install \ "${@}" + find ${D} -name perllocal.pod -exec rm {} \; }