[packages/libfaketime] one more path fix
gotar
gotar at pld-linux.org
Mon Aug 10 17:08:05 CEST 2015
commit df5fb73cda2acdbfc3d9479beb9691f5349ff250
Author: Tomasz Pala <gotar at pld-linux.org>
Date: Mon Aug 10 17:07:51 2015 +0200
one more path fix
libfaketime.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libfaketime.spec b/libfaketime.spec
index 5f0426a..b06e144 100644
--- a/libfaketime.spec
+++ b/libfaketime.spec
@@ -24,7 +24,7 @@ rm -rf $RPM_BUILD_ROOT
%{__make} install \
PREFIX=%{_prefix} \
- LIBDIRNAME=%{_lib}/%{name} \
+ LIBDIRNAME=/%{_lib}/faketime \
DESTDIR=$RPM_BUILD_ROOT
%clean
@@ -34,5 +34,5 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc NEWS README TODO
%attr(755,root,root) %{_bindir}/faketime
-%attr(755,root,root) %{_libdir}/%{name}/lib%{name}.so.1
+%attr(755,root,root) %{_libdir}/faketime/lib%{name}*.so.1
%{_mandir}/man1/faketime.1*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libfaketime.git/commitdiff/df5fb73cda2acdbfc3d9479beb9691f5349ff250
More information about the pld-cvs-commit
mailing list