From 96f900ba43385fd1eb6c0b00039a3be125c6bf28 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 21 Dec 2018 17:34:14 +0100 Subject: 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 --- glpi-bin.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 glpi-bin.patch (limited to 'glpi-bin.patch') 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'); -- cgit