]> git.pld-linux.org Git - packages/gd.git/commitdiff
- fixed permision to *.la and *.a files
authorArtur Frysiak <artur@frysiak.net>
Wed, 4 Aug 1999 17:22:28 +0000 (17:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gd.spec -> 1.22

gd.spec

diff --git a/gd.spec b/gd.spec
index 6c2df7672aa16e5f642bcad082b9e9e37a9e79bb..dbaeb187e57b1b374d5b940e758c7b97726bf1f3 100644 (file)
--- a/gd.spec
+++ b/gd.spec
@@ -78,9 +78,9 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc index.html.gz 
 %attr(755,root,root) %{_libdir}/*.so
-%attr(644,root,root) %{_libdir}/libgd.la
+%attr(755,root,root) %{_libdir}/libgd.la
 %{_includedir}/*
 
 %files static
 %defattr(644,root,root,755)
-%attr(644,root,root) %{_libdir}/*.a
+%{_libdir}/*.a
This page took 0.095245 seconds and 4 git commands to generate.