From 3065c7d3e97bb00597cc1cfd85796571ca2ad9b7 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 6 Jan 2012 17:11:28 +0100 Subject: [PATCH] Remove perllocal.pod on x86_64 systems. --- macros/build.macro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | \ -- 2.39.5