summarylogtreecommitdiffstats
path: root/setup.patch
diff options
context:
space:
mode:
Diffstat (limited to 'setup.patch')
-rw-r--r--setup.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/setup.patch b/setup.patch
deleted file mode 100644
index 7b829cd13a82..000000000000
--- a/setup.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -Nupr FusionInventory-Agent-2.4.1.orig/lib/setup.pm FusionInventory-Agent-2.4.1.patched/lib/setup.pm
---- FusionInventory-Agent-2.4.1.orig/lib/setup.pm 2018-06-29 11:17:46.000000000 +0200
-+++ FusionInventory-Agent-2.4.1.patched/lib/setup.pm 2018-09-18 16:01:16.999963130 +0200
-@@ -11,9 +11,9 @@ use Cwd qw(abs_path);
- our @EXPORT = ('%setup');
-
- our %setup = (
-- datadir => './share',
-- libdir => './lib',
-- vardir => './var',
-+ datadir => '/usr/share/fusioninventory',
-+ libdir => '/usr/share/fusioninventory/lib',
-+ vardir => '/var/lib/fusioninventory-agent',
- );
-
- # Compute directly libdir from this setup file as it should be installed