]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
nettle: Fix library permissions.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Jun 2012 11:52:12 +0000 (13:52 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Jun 2012 11:52:12 +0000 (13:52 +0200)
nettle/nettle.nm

index af0a929e4e40f831354de09c64984f05d864efd7..df0e73a4aa50a0f1e6b2fd41a550cdf0e3a03345 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = nettle
 version    = 2.4
-release    = 1
+release    = 2
 
 groups     = System/Libraries
 url        = http://www.lysator.liu.se/~nisse/nettle/
@@ -34,6 +34,12 @@ build
        test
                make check
        end
+
+       install_cmds
+               # Fix library permissions.
+               chmod 755 %{BUILDROOT}%{libdir}/libhogweed.so.*
+               chmod 755 %{BUILDROOT}%{libdir}/libnettle.so.*
+       end
 end
 
 packages