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