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

index 3416a0a834f8602d34f344d63993d6fc3b171848..5a9f367d6bb560365f9cc7ee23c1b75589ea5e0a 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = gettext
 version    = 0.18.1.1
-release    = 7
+release    = 8
 
 groups     = System/Base
 url        = http://www.gnu.org/software/gettext/
@@ -51,6 +51,9 @@ build
                                chrpath -l ${i} && chrpath --delete ${i}
                        fi
                done
+
+               # Fix library permissions.
+               chmod 755 %{BUILDROOT}%{libdir}/preloadable_libintl.so
        end
 end