From 04d9d773d0f12b4b8cfa7c87e39a5b428b71aee0 Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Mon, 2 Mar 2015 13:15:38 +0100 Subject: [PATCH] fixed the 'Makefile' to install 'docs/debian.conf' as 'conf.d/00-debian.conf' --- Changes | 2 ++ Makefile | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 0771f66..d2da24c 100644 --- a/Changes +++ b/Changes @@ -52,6 +52,8 @@ - Fixes a character shifted to the left in certain 'hplog' outputs. [#78] - Fixed the 'process' graph in Multihost mode. (thanks to Jeff Hendricks, jeffrey_hendricks AT hotmail.com for pointing this out) +- Fixed the 'Makefile' to install 'docs/debian.conf' as 'conf.d/00-debian.conf'. + [#79] - Small cosmetic changes. diff --git a/Makefile b/Makefile index 6936a30..5e02ced 100644 --- a/Makefile +++ b/Makefile @@ -154,7 +154,7 @@ install-debian: $(INSTALL_DIR) "$(DESTDIR)$(INITDIR_OTHER)" $(INSTALL_PROGRAM) docs/$(PN)-deb.init "$(DESTDIR)$(INITDIR_OTHER)/$(PN)" $(INSTALL_DIR) "$(DESTDIR)$(CONFDIR)/$(PN)/conf.d" - $(INSTALL_DATA) docs/debian.conf "$(DESTDIR)$(CONFDIR)/$(PN)/conf.d/debian.conf" + $(INSTALL_DATA) docs/debian.conf "$(DESTDIR)$(CONFDIR)/$(PN)/conf.d/00-debian.conf" install-redhat: $(Q)echo -e '\033[1;32mInstalling redhat sysv service...\033[0m' @@ -203,7 +203,7 @@ uninstall-upstart: uninstall-debian: $(RM) "$(DESTDIR)$(INITDIR_OTHER)/$(PN)" - $(RM) "$(DESTDIR)$(CONFDIR)/$(PN)/conf.d/debian.conf" + $(RM) "$(DESTDIR)$(CONFDIR)/$(PN)/conf.d/00-debian.conf" uninstall-redhat: $(RM) "$(DESTDIR)$(INITDIR_RHEL)/$(PN)"