Blob Blame History Raw
diff -up ./Makefile.in.fix_httpd_conf_d ./Makefile.in
--- ./Makefile.in.fix_httpd_conf_d	2016-11-07 14:19:54.808564966 -0500
+++ ./Makefile.in	2016-11-07 14:20:45.804740564 -0500
@@ -295,6 +295,7 @@ install-config:
 	@echo ""
 
 install-webconf:
+	$(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTTPD_CONF)
 	$(INSTALL) -m 644 sample-config/httpd.conf $(DESTDIR)$(HTTPD_CONF)/nagios.conf
 	if [ $(LN_HTTPD_SITES_ENABLED) -eq 1 ]; then \
 		$(LN_S) $(DESTDIR)$(HTTPD_CONF)/nagios.conf $(DESTDIR)/etc/apache2/sites-enabled/nagios.conf; \