]> git.pld-linux.org Git - packages/fetchmail.git/commitdiff
- %{_sysconfdir} used
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 22 Apr 2001 01:09:00 +0000 (01:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fetchmail.spec -> 1.111

fetchmail.spec

index 25432c76c13f2b9d6ab42bd0eccb5818a8577dcb..be11dcd284025b2712dab726e0ad1daaffb8ec21 100644 (file)
@@ -160,9 +160,9 @@ install -d $RPM_BUILD_ROOT%{_libdir}/rhs/control-panel \
 
 install rh-config/*.{xpm,init} $RPM_BUILD_ROOT%{_libdir}/rhs/control-panel
 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/etc/logrotate.d/%{name}
+install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/fetchmail
+install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/fetchmail
+install %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/%{name}
 
 gzip -9nf FEATURES README NEWS NOTES *.html FAQ
 
@@ -206,6 +206,6 @@ rm -rf $RPM_BUILD_ROOT
 %files daemon
 %defattr(644,root,root,755)
 %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) /etc/logrotate.d/fetchmail
+%attr(754,root,root) %{_sysconfdir}/rc.d/init.d/fetchmail
+%attr(640,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/fetchmail
+%attr(640,root,root) %{_sysconfdir}/logrotate.d/fetchmail
This page took 0.075651 seconds and 4 git commands to generate.