From f571b184fac8111326ab526da0135e7487ceefef Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Wed, 22 Aug 2012 18:48:32 +0200 Subject: [PATCH] install inventory standalone executable --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index ce10853d25..1ecd87e7f5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -53,6 +53,7 @@ test_requires 'Test::More' => '0.93'; # subtest test_requires 'LWP::Protocol::https' => undef; install_script 'fusioninventory-agent'; +install_script 'fusioninventory-inventory'; install_script 'fusioninventory-win32-service' if $OSNAME eq 'MSWin32'; install_script 'fusioninventory-injector'; # memconf is needed by Solaris backend module