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

index b319eaf7a45c611dd5d79c8414edf6731ec841a2..c7b69426e91c28e425053a282f54e76495b51a30 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = perl-WWW-Curl
 version    = 4.17
-release    = 2
+release    = 3
 thisapp    = WWW-Curl-%{version}
 
 groups     = Development/Libraries
@@ -52,6 +52,14 @@ build
                make test
        end
 
+       make_install_targets = \
+               pure_install
+
+       install_cmds
+               # Set correct library permissions.
+               find %{BUILDROOT}%{libdir} -type f -iname "*.so" \
+                       -exec chmod 755 {} \;
+       end
 end
 
 packages