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

index 7a87e13d1b7543a0d6a205a3e3d1588f0b3c4d10..c5b8e22ef592d6112be9bdd114b4bf36c2e81995 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = perl-Coro
 version    = 6.57
-release    = 1
+release    = 2
 thisapp    = Coro-%{version}
 
 groups     = Development/Libraries
@@ -45,6 +45,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