]> git.pld-linux.org Git - packages/apache-tomcat.git/commitdiff
- fixed logdir path in %%files
authorpawelz <pawelz@pld-linux.org>
Fri, 23 Jan 2009 20:25:05 +0000 (20:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-tomcat.spec -> 1.68

apache-tomcat.spec

index 8ddfd885d8b6d63193231c00fbaeb87244edd2c4..29adcb316cc883240e3b94a11556f618073fbc5f 100644 (file)
@@ -349,7 +349,6 @@ fi
 %lang(fr) %{_tomcatdir}/common/i18n/tomcat-i18n-fr.jar
 %lang(ja) %{_tomcatdir}/common/i18n/tomcat-i18n-ja.jar
 %{_tomcatdir}/common/lib
-%{_tomcatdir}/logs
 %dir %{_tomcatdir}/server
 %dir %{_tomcatdir}/server/classes
 %{_tomcatdir}/server/lib
@@ -363,8 +362,9 @@ fi
 # Catalina dir
 %config(noreplace) %attr(775,root,http) %verify(not md5 mtime size) %{_vardir}/conf
 %dir %attr(1730,root,http) %{_vardir}/work
-%dir %attr(1730,root,http) %{_vardir}/webapps
-%dir %attr(1730,root,http) %{_logdir}/tomcat
+%dir %attr(775,root,http) %{_vardir}/webapps
+%dir %attr(775,root,http) %{_logdir}/tomcat
+%{_vardir}/logs
 
 %if 0
 %files doc
This page took 0.075008 seconds and 4 git commands to generate.