mirror of https://github.com/Icinga/icinga2.git
parent
60766659e5
commit
84a5e73d26
|
@ -43,8 +43,12 @@ install-data-local:
|
||||||
$(INSTALL) -m 775 -d $(COMMAND_OPTS) $(DESTDIR)${localstatedir}/run/${PACKAGE}/cmd
|
$(INSTALL) -m 775 -d $(COMMAND_OPTS) $(DESTDIR)${localstatedir}/run/${PACKAGE}/cmd
|
||||||
chmod g+s $(DESTDIR)${localstatedir}/run/${PACKAGE}/cmd
|
chmod g+s $(DESTDIR)${localstatedir}/run/${PACKAGE}/cmd
|
||||||
|
|
||||||
EXTRA_DIST = $(icinga2doc_DATA) git_version.sh icinga2.spec
|
EXTRA_DIST = \
|
||||||
|
$(icinga2doc_DATA) \
|
||||||
|
git_version.sh \
|
||||||
|
icinga2.spec \
|
||||||
|
Vagrantfile \
|
||||||
|
.vagrant-puppet
|
||||||
|
|
||||||
# Remove doc directory on uninstall
|
# Remove doc directory on uninstall
|
||||||
uninstall-local:
|
uninstall-local:
|
||||||
|
|
Loading…
Reference in New Issue