mirror of https://github.com/Icinga/icinga2.git
Fix staged installs (DESTDIR).
This commit is contained in:
parent
0fcbfdb236
commit
14eac28c32
|
@ -26,10 +26,10 @@ icinga2doc_DATA = \
|
||||||
NEWS
|
NEWS
|
||||||
|
|
||||||
install-data-local:
|
install-data-local:
|
||||||
$(MKDIR_P) ${localstatedir}/log/${PACKAGE}/compat/archives
|
$(MKDIR_P) $(DESTDIR)${localstatedir}/log/${PACKAGE}/compat/archives
|
||||||
$(MKDIR_P) ${localstatedir}/cache/${PACKAGE}
|
$(MKDIR_P) $(DESTDIR)${localstatedir}/cache/${PACKAGE}
|
||||||
$(MKDIR_P) ${localstatedir}/lib/${PACKAGE}
|
$(MKDIR_P) $(DESTDIR)${localstatedir}/lib/${PACKAGE}
|
||||||
$(MKDIR_P) ${localstatedir}/run/${PACKAGE}
|
$(MKDIR_P) $(DESTDIR)${localstatedir}/run/${PACKAGE}
|
||||||
|
|
||||||
EXTRA_DIST = $(icinga2doc_DATA) git_version.sh icinga2.spec
|
EXTRA_DIST = $(icinga2doc_DATA) git_version.sh icinga2.spec
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue