]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
perl-libintl-perl: Fix library permissions
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 19 Mar 2023 09:31:06 +0000 (10:31 +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-libintl-perl/perl-libintl-perl.nm

index f7cd25eecb6ba2846b7401335483d468f9daba91..588bb633fd98e0e8bd7e4ed50d65fcc064a30589 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = perl-libintl-perl
 version    = 1.33
-release    = 1
+release    = 2
 thisapp    = libintl-perl-%{version}
 
 groups     = Development/Libraries
@@ -27,7 +27,6 @@ build
                perl(locale)
                perl(ExtUtils::MakeMaker)
                perl(Test::More)
-               pakfire >= 0.9.26-3.1
        end
 
        build
@@ -41,6 +40,12 @@ build
 
        make_install_targets = \
                pure_install DESTDIR=%{BUILDROOT}
+
+       install_cmds
+               # Set correct library permissions.
+               find %{BUILDROOT}%{libdir} -type f -iname "*.so" \
+                       -exec chmod 755 {} \;
+       end
 end
 
 packages