[packages/eventum] update var paths
glen
glen at pld-linux.org
Sun Jun 2 22:18:39 CEST 2019
commit e13c0a7bfc5ea6c68719e7844ad7a14d85f0a30a
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Jun 2 23:07:05 2019 +0300
update var paths
eventum-paths.patch | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
---
diff --git a/eventum-paths.patch b/eventum-paths.patch
index 108fdb5..8384539 100644
--- a/eventum-paths.patch
+++ b/eventum-paths.patch
@@ -73,3 +73,19 @@
/**
* @var MountManager
+--- eventum-3.7.1/src/Kernel.php~ 2019-04-06 17:42:28.000000000 +0300
++++ eventum-3.7.1/src/Kernel.php 2019-06-02 23:02:32.198743341 +0300
+@@ -87,11 +87,11 @@
+
+ public function getCacheDir(): string
+ {
+- return "{$this->rootDir}/var/cache/{$this->environment}";
++ return APP_CACHE_PATH . '/' . $this->environment;
+ }
+
+ public function getLogDir(): string
+ {
+- return "{$this->rootDir}/var/log";
++ return APP_LOG_PATH;
+ }
+ }
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/eventum.git/commitdiff/5ea20d238d11d103165c115eb335a779968a609e
More information about the pld-cvs-commit
mailing list