Fix staged installs (DESTDIR).

This commit is contained in:
Gunnar Beutner 2013-04-21 18:28:38 +02:00
parent 0fcbfdb236
commit 14eac28c32
1 changed files with 4 additions and 4 deletions

View File

@ -26,10 +26,10 @@ icinga2doc_DATA = \
NEWS
install-data-local:
$(MKDIR_P) ${localstatedir}/log/${PACKAGE}/compat/archives
$(MKDIR_P) ${localstatedir}/cache/${PACKAGE}
$(MKDIR_P) ${localstatedir}/lib/${PACKAGE}
$(MKDIR_P) ${localstatedir}/run/${PACKAGE}
$(MKDIR_P) $(DESTDIR)${localstatedir}/log/${PACKAGE}/compat/archives
$(MKDIR_P) $(DESTDIR)${localstatedir}/cache/${PACKAGE}
$(MKDIR_P) $(DESTDIR)${localstatedir}/lib/${PACKAGE}
$(MKDIR_P) $(DESTDIR)${localstatedir}/run/${PACKAGE}
EXTRA_DIST = $(icinga2doc_DATA) git_version.sh icinga2.spec