Add Vagrant files to make dist.

Fixes #4935
This commit is contained in:
Gunnar Beutner 2013-10-21 12:12:03 +02:00
parent 60766659e5
commit 84a5e73d26
1 changed files with 6 additions and 2 deletions

View File

@ -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: