]> git.pld-linux.org Git - packages/libcap.git/commitdiff
- fixed to install into /%{_lib}
authorJacek Konieczny <jajcus@pld-linux.org>
Thu, 18 Dec 2003 23:12:06 +0000 (23:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libcap.spec -> 1.43

libcap.spec

index 3b2a9392cb7e457296be40fb59067537358dfab5..42a425609c0076dba056d60135848a81631d9239 100644 (file)
@@ -59,6 +59,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        FAKEROOT=$RPM_BUILD_ROOT \
+       LIBDIR=$RPM_BUILD_ROOT/%{_lib} \
        MANDIR=$RPM_BUILD_ROOT%{_mandir}
 
 %clean
@@ -71,10 +72,10 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc CHANGELOG License README
 %attr(755,root,root) %{_sbindir}/*
-%attr(755,root,root) /lib/lib*.so.*.*
+%attr(755,root,root) /%{_lib}/lib*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) /lib/lib*.so
+%attr(755,root,root) /%{_lib}/lib*.so
 %{_mandir}/man[23]/*
 %{_includedir}/sys/capability.h
This page took 0.097529 seconds and 4 git commands to generate.