]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
nettle: Fix library permissions
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 18 Mar 2023 20:34:06 +0000 (21:34 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 21 Mar 2023 18:25:39 +0000 (18:25 +0000)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
nettle/nettle.nm

index 253119d0389fe1ff898cfe5239b4d4973be6d6ad..b6a0657b88a6d585db8641de3c6a4b60a71a082c 100644 (file)
@@ -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