]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
perl-HTML-Parser: Fix library permissions
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 19 Mar 2023 09:24:07 +0000 (10:24 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 21 Mar 2023 18:25:40 +0000 (18:25 +0000)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
perl-HTML-Parser/perl-HTML-Parser.nm

index 02d8b3c9a453c3b5aa3d9242ac2b2da3d9fb42a1..f5cb7b857ec66f510214ab15567dc6051b325a14 100644 (file)
@@ -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