@@ -0,0 +1,12 @@
+--- Makefile.in.orig 2012-03-01 19:56:25.982906745 +0100
++++ Makefile.in 2012-03-01 19:56:36.062236577 +0100
+@@ -205,7 +205,7 @@
+ ln -sf $(DESTDIR)$(prefix)/lib/ext3 $(DESTDIR)$(prefix)/pub/js/ext3
+
+ install-apache-config:
+- ${INSTALL} -b -m 664 $(INSTALL_OPTS) etc/apache2/icinga-web.conf $(DESTDIR)$(WEB_APACHE_PATH)/icinga-web.conf
++ ${INSTALL} -b -m 664 etc/apache2/icinga-web.conf $(DESTDIR)$(WEB_APACHE_PATH)/icinga-web.conf
+ @printf "\nInstalled configuration in '%s'.\n" "$(WEB_APACHE_PATH)"
+ @printf "Please make sure that the directory is included or \n"
+ @printf "include %s/icinga-web.conf manually.\n" "$(WEB_APACHE_PATH)"
+
|