]> git.pld-linux.org Git - packages/apache-tomcat.git/commitdiff
- install temp directory in CATALINA_BASE, not in CATALINA_HOME
authorpawelz <pawelz@pld-linux.org>
Sun, 25 Jan 2009 17:08:05 +0000 (17:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-tomcat.spec -> 1.73

apache-tomcat.spec

index ac6cac0183701082f12f50fb26284fd29b10e606..13f20532849b6f79e949f455af26fb3b66434447 100644 (file)
@@ -263,7 +263,7 @@ cp -HR bin common server $TOMCATDIR
 cp -rf server/webapps $TOMCATDIR/server
 cp -rf webapps $TOMCATDIR
 cp -rf shared $TOMCATDIR
-cp -rf temp $TOMCATDIR
+cp -rf temp $CATALINADIR
 
 ln -sf %{_logdir}/tomcat $CATALINADIR/logs
 ln -sf %{_vardir}/work $TOMCATDIR/work
@@ -370,13 +370,13 @@ fi
 %{_tomcatdir}/webapps
 %{_tomcatdir}/work
 %{_tomcatdir}/shared
-%{_tomcatdir}/temp
 %dir %{_vardir}
 # tomcat config has to be writeable because of tomacta-users.xml file and
 # Catalina dir
 %config(noreplace) %attr(775,root,http) %verify(not md5 mtime size) %{_vardir}/conf
 %dir %attr(1730,root,http) %{_vardir}/work
 %dir %attr(775,root,http) %{_vardir}/webapps
+%dir %attr(775,root,http) %{_vardir}/temp
 %dir %attr(775,root,http) %{_logdir}/tomcat
 %{_vardir}/logs
 
This page took 0.183344 seconds and 4 git commands to generate.