summaryrefslogtreecommitdiffstats
path: root/glpi-bin.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-12-21 17:34:14 +0100
committerRemi Collet <remi@remirepo.net>2018-12-21 17:34:14 +0100
commit96f900ba43385fd1eb6c0b00039a3be125c6bf28 (patch)
tree703c5e093ec02021a1651efdc3d028c609db72cc /glpi-bin.patch
parent87c0348084cb603dd1e03474502c3ab6366e273f (diff)
9.4.0 [ WIP ]
- update to 9.4.0 RC1 - add dependency on symfony/console 3.4 - add dependency on leafo/scssphp 0.7 - add build dependency on mikey179/vfsStream 1.6 - drop dependency on fontawesome-fonts
Diffstat (limited to 'glpi-bin.patch')
-rw-r--r--glpi-bin.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/glpi-bin.patch b/glpi-bin.patch
new file mode 100644
index 0000000..b9f8d56
--- /dev/null
+++ b/glpi-bin.patch
@@ -0,0 +1,13 @@
+diff --git a/bin/console b/bin/console
+index 890b18812..0152dcc4d 100755
+--- a/bin/console
++++ b/bin/console
+@@ -59,7 +59,7 @@ if (array_key_exists('config-dir', $options)) {
+
+
+ // Init GLPI
+-define('GLPI_ROOT', dirname(__DIR__));
++define('GLPI_ROOT', '/usr/share/glpi');
+
+ include_once(GLPI_ROOT . '/inc/based_config.php');
+ include_once(GLPI_ROOT . '/inc/db.function.php');