From df5fb73cda2acdbfc3d9479beb9691f5349ff250 Mon Sep 17 00:00:00 2001 From: Tomasz Pala Date: Mon, 10 Aug 2015 17:07:51 +0200 Subject: [PATCH] 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* -- 2.44.0