]> git.pld-linux.org Git - packages/eventum.git/commitdiff
update var paths
authorElan Ruusamäe <glen@delfi.ee>
Sun, 2 Jun 2019 20:07:05 +0000 (23:07 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 2 Jun 2019 20:17:43 +0000 (23:17 +0300)
eventum-paths.patch

index 108fdb5340a3cd30a2b96d02815b404b811a46c2..8384539acd786ec1e444ad97423ae677cc9eaf58 100644 (file)
  
      /**
       * @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;
+     }
+ }
This page took 0.084437 seconds and 4 git commands to generate.