]> git.ipfire.org Git - pakfire.git/commitdiff
Remove perllocal.pod on x86_64 systems.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 6 Jan 2012 16:11:28 +0000 (17:11 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 6 Jan 2012 16:11:28 +0000 (17:11 +0100)
macros/build.macro

index 90790cf5c3638e9c7a942ab1035a7dac8cb7067f..698706806ab7ef0ce4ceaf184573b379d6164ed0 100644 (file)
@@ -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 | \