mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-08 16:26:42 -04:00
Fix staged installs (DESTDIR).
This commit is contained in:
parent
0fcbfdb236
commit
14eac28c32
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue