From 344551c5b857745995d05a59a3ae5318882f3721 Mon Sep 17 00:00:00 2001 From: ankry Date: Mon, 25 Nov 2002 14:13:02 +0000 Subject: [PATCH] - massive attack: no need for 755 for *.la Changed files: edb.spec -> 1.14 --- edb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edb.spec b/edb.spec index 0a2b68c..e2cfee2 100644 --- a/edb.spec +++ b/edb.spec @@ -102,7 +102,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/edb-config %{_includedir}/* -%attr(755,root,root) %{_libdir}/lib*.la +%{_libdir}/lib*.la %attr(755,root,root) %{_libdir}/lib*.so %files static -- 2.44.0