Skip to content

Commit

Permalink
Fixes #8994: Fusion has a configuration but it is ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
peckpeck committed Sep 20, 2016
1 parent bbc7050 commit 7c6de0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rudder-agent/SOURCES/Makefile
Expand Up @@ -540,7 +540,8 @@ endif
# bug in fusion installer that doesn't set the right owner to some files
chown root $(DESTDIR)/opt/rudder/share/fusioninventory
chown root $(DESTDIR)/opt/rudder/share/fusioninventory/html
chown root $(DESTDIR)/opt/rudder/etc/fusioninventory
# fusion configuration file is never used, do not include it to avoid mistakes
rm -rf $(DESTDIR)/opt/rudder/etc/fusioninventory
cp -r fusioninventory-agent/lib/FusionInventory $(INSTALL_DIR)/lib/perl5/

.PHONY: localclean localdepends veryclean depend build install clean mrproper install-ssl install-lmdb install-cfengine install-perl install-fusion get-flags

0 comments on commit 7c6de0b

Please sign in to comment.