From: Stefan Schantl Date: Sun, 19 Mar 2023 10:09:57 +0000 (+0100) Subject: perl-WWW-Curl: Fix library permissions X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b07c8a3a156af9c9cbeb2faa6ea83cfe7dc3e67b;p=people%2Fpmueller%2Fipfire-3.x.git perl-WWW-Curl: Fix library permissions Signed-off-by: Stefan Schantl --- diff --git a/perl-WWW-Curl/perl-WWW-Curl.nm b/perl-WWW-Curl/perl-WWW-Curl.nm index b319eaf7a..c7b69426e 100644 --- a/perl-WWW-Curl/perl-WWW-Curl.nm +++ b/perl-WWW-Curl/perl-WWW-Curl.nm @@ -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