]> git.pld-linux.org Git - packages/hylafax.git/commitdiff
- fix improper usage of %%{_sysconfdir}
authorankry <ankry@pld-linux.org>
Sat, 7 Dec 2002 23:49:19 +0000 (23:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    hylafax.spec -> 1.15

hylafax.spec

index 2e01535c917e634fb15e7ae2a32c25673fcba1f5..e17b039aa93226c83a1f26dfc5ff1ba94ef7ae09 100644 (file)
@@ -207,7 +207,7 @@ install hylafax_daily.cron  $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/hylafax
 install hylafax_hourly.cron $RPM_BUILD_ROOT%{_sysconfdir}/cron.hourly/hylafax
 
 # logrotate
-install %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/hylafax
+install %{SOURCE6} $RPM_BUILD_ROOT/etc/logrotate.d/hylafax
 
 # dialrules extras
 install dialrules_extras/dialrules* $RPM_BUILD_ROOT%{faxspool}%{_sysconfdir}
@@ -295,7 +295,7 @@ fi
 %attr(754,root,root) /etc/rc.d/init.d/hylafax
 %attr(750,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/cron.daily/hylafax
 %attr(750,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/cron.hourly/hylafax
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/logrotate.d/hylafax
+%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/logrotate.d/hylafax
 %dir %{faxspool}
 %dir %{faxspool}/bin
 %dir %{faxspool}/client
This page took 0.11096 seconds and 4 git commands to generate.