From: Michael Tremer Date: Fri, 6 Jan 2012 16:11:28 +0000 (+0100) Subject: Remove perllocal.pod on x86_64 systems. X-Git-Tag: 0.9.20~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3065c7d3e97bb00597cc1cfd85796571ca2ad9b7;p=pakfire.git Remove perllocal.pod on x86_64 systems. --- diff --git a/macros/build.macro b/macros/build.macro index 90790cf5c..698706806 100644 --- a/macros/build.macro +++ b/macros/build.macro @@ -51,7 +51,7 @@ end MACRO_PERL_CLEANUP # Remove perllocal.pod. - rm -f %{BUILDROOT}/usr/lib/perl*/perllocal.pod + rm -f %{BUILDROOT}/usr/lib*/perl*/perllocal.pod # Remove all .packlist files. find %{BUILDROOT}/usr/{lib,share}/perl* -name ".packlist" 2>/dev/null | \