]> git.pld-linux.org Git - packages/serf.git/commitdiff
- chmod 755 to allow rpm to find library deps
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 20 Nov 2010 10:26:07 +0000 (10:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    serf.spec -> 1.5

serf.spec

index f260dfe441029b9140b6792d7a63eacb32e44aa2..cd068fc1ff604d27872af1b01d00844297326aa1 100644 (file)
--- a/serf.spec
+++ b/serf.spec
@@ -82,6 +82,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+chmod 755 $RPM_BUILD_ROOT%{_libdir}/lib*.so*
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.106709 seconds and 4 git commands to generate.