]> git.pld-linux.org Git - packages/rt.git/commitdiff
- added %dir for webapps
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Tue, 20 Jan 2009 09:50:46 +0000 (09:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rt.spec -> 1.70

rt.spec

diff --git a/rt.spec b/rt.spec
index 35b88a00add2c17b0849591e158ca6f6ae740e05..963596c34eebd607743c332d6531556ec6aedfb6 100644 (file)
--- a/rt.spec
+++ b/rt.spec
@@ -245,8 +245,9 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README* UPGRADING docs
-%dir %attr(750,root,http) %{_sysconfdir}
+%dir %{_sysconfdir}
 %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+%dir %attr(750,root,http) %{_webappsdir}
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webappsdir}/httpd.conf
 %attr(755,root,root) %{_bindir}/mason_handler.*
 %attr(755,root,root) %{_bindir}/rt-*
This page took 0.103476 seconds and 4 git commands to generate.