mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
Fix staged installs (DESTDIR).
This commit is contained in:
parent
0fcbfdb236
commit
14eac28c32
@ -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…
x
Reference in New Issue
Block a user