[pps-tools] move timepps.h to sys (#852950)

Miroslav Lichvar mlichvar at fedoraproject.org
Tue Apr 2 16:41:38 UTC 2013


commit 29a47576676556afcf5c87c374cc3808dfb6b7d1
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Tue Apr 2 18:21:13 2013 +0200

    move timepps.h to sys (#852950)

 pps-tools.spec |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/pps-tools.spec b/pps-tools.spec
index 897c406..639e9f6 100644
--- a/pps-tools.spec
+++ b/pps-tools.spec
@@ -31,15 +31,13 @@ CFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags}
 %install
 mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_includedir}/sys}
 install -m755 -t $RPM_BUILD_ROOT%{_bindir} ppsctl ppsfind ppstest ppswatch
-install -p -m644 -t $RPM_BUILD_ROOT%{_includedir} timepps.h
-ln -s ../timepps.h $RPM_BUILD_ROOT%{_includedir}/sys
+install -p -m644 -t $RPM_BUILD_ROOT%{_includedir}/sys timepps.h
 
 %files
 %doc COPYING debian/README debian/copyright
 %{_bindir}/pps*
 
 %files devel
-%{_includedir}/timepps.h
 %{_includedir}/sys/timepps.h
 
 %changelog


More information about the scm-commits mailing list