From: Stefan Schantl Date: Sun, 19 Mar 2023 09:24:07 +0000 (+0100) Subject: perl-HTML-Parser: Fix library permissions X-Git-Url: http://git.ipfire.org/?p=ipfire-3.x.git;a=commitdiff_plain;h=783346bcbbf28f8402cbc725be4114611928e2cb perl-HTML-Parser: Fix library permissions Signed-off-by: Stefan Schantl --- diff --git a/perl-HTML-Parser/perl-HTML-Parser.nm b/perl-HTML-Parser/perl-HTML-Parser.nm index 02d8b3c9a..f5cb7b857 100644 --- a/perl-HTML-Parser/perl-HTML-Parser.nm +++ b/perl-HTML-Parser/perl-HTML-Parser.nm @@ -5,7 +5,7 @@ name = perl-HTML-Parser version = 3.71 -release = 1.1 +release = 2 groups = Development/Libratries url = http://search.cpan.org/dist/HTML-Parser/ @@ -28,7 +28,6 @@ build perl-devel perl(HTML::Tagset) perl(Test::More) - pakfire >= 0.9.26-3.1 end build @@ -39,6 +38,12 @@ build test make test end + + install_cmds + # Set correct library permissions. + find %{BUILDROOT}%{libdir} -type f -iname "*.so" \ + -exec chmod 755 {} \; + end end packages