From 701d4d328177a6778a7dd79643d169f8bb350289 Mon Sep 17 00:00:00 2001 From: ankry Date: Sat, 7 Dec 2002 23:49:18 +0000 Subject: [PATCH] - fix improper usage of %%{_sysconfdir} Changed files: fetchmail.spec -> 1.178 --- fetchmail.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fetchmail.spec b/fetchmail.spec index f801c10..c4ba3ee 100644 --- a/fetchmail.spec +++ b/fetchmail.spec @@ -193,7 +193,7 @@ install -d $RPM_BUILD_ROOT%{_applnkdir}/Settings \ install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Settings install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/fetchmail install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/fetchmail -install %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/%{name} +install %{SOURCE4} $RPM_BUILD_ROOT/etc/logrotate.d/%{name} rm -f $RPM_BUILD_ROOT%{_mandir}/man1/fetchmailconf.1 echo ".so fetchmail.1" > $RPM_BUILD_ROOT%{_mandir}/man1/fetchmailconf.1 @@ -238,4 +238,4 @@ fi %attr(600,root,root) %config(noreplace,missingok) %{_sysconfdir}/fetchmailrc %attr(754,root,root) /etc/rc.d/init.d/fetchmail %attr(640,root,root) %config(noreplace) /etc/sysconfig/fetchmail -%attr(640,root,root) %{_sysconfdir}/logrotate.d/fetchmail +%attr(640,root,root) /etc/logrotate.d/fetchmail -- 2.44.0