Remove broken symlink.

This commit is contained in:
Gunnar Beutner 2013-10-03 13:03:54 +02:00
parent 80f44e1edf
commit eff3e7ec47

View File

@ -22,7 +22,6 @@ install-exec-hook:
@cd $(icinga2confdir) && \
if [ ! -e features-enabled ]; then \
$(MKDIR_P) features-enabled && \
$(LN_S) ../features-available/compat.conf features-enabled/; \
$(LN_S) ../features-available/checker.conf features-enabled/; \
$(LN_S) ../features-available/notification.conf features-enabled/; \
fi