From d7b07be618a9b51e2a39249c4fc62bba33ca2ae8 Mon Sep 17 00:00:00 2001 From: kloczek Date: Mon, 17 May 1999 23:39:54 +0000 Subject: [PATCH] s-/usr/sbin-%{_sbindir}- s-/usr/sbin-%{_includedir}- Changed files: autolog.spec -> 1.6 --- autolog.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autolog.spec b/autolog.spec index 84a481c..c519b8e 100644 --- a/autolog.spec +++ b/autolog.spec @@ -33,7 +33,7 @@ make CFLAGS="$RPM_OPT_FLAGS" rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/{usr/sbin,usr/man/{man8,man5},etc/crontab.d} -install autolog $RPM_BUILD_ROOT/usr/sbin +install autolog $RPM_BUILD_ROOT%{_sbindir} install crontab $RPM_BUILD_ROOT/etc/crontab.d/%{name} install autolog.8 $RPM_BUILD_ROOT%{_mandir}/man8 install autolog.conf $RPM_BUILD_ROOT/etc @@ -61,7 +61,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc README.gz -%attr(700,root,root) /usr/sbin/autolog +%attr(700,root,root) %{_sbindir}/autolog %attr(700,root,root) /etc/crontab.d/autolog %attr(600,root,root) %config(noreplace) /etc/autolog.conf %{_mandir}/man8/* -- 2.44.0