From: Stefan Schantl Date: Sat, 18 Mar 2023 20:34:06 +0000 (+0100) Subject: nettle: Fix library permissions X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=78e327905aeb400c030f4b9b960630517c1e306d;p=people%2Fstevee%2Fipfire-3.x.git nettle: Fix library permissions Signed-off-by: Stefan Schantl --- diff --git a/nettle/nettle.nm b/nettle/nettle.nm index 253119d03..b6a0657b8 100644 --- a/nettle/nettle.nm +++ b/nettle/nettle.nm @@ -5,7 +5,7 @@ name = nettle version = 3.8.1 -release = 1 +release = 2 groups = System/Libraries url = http://www.lysator.liu.se/~nisse/nettle/ @@ -34,6 +34,11 @@ build test make check end + + install_cmds + # Fix library permissions. + find %{BUILDROOT}%{libdir} -type f -exec chmod 755 {} \; + end end packages