Skip to content
Snippets Groups Projects
Commit 38d9d95d authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Use DESTDIR when creating additional directories.

Reviewed-by: iustinp
parent 7c18ef8e
No related branches found
No related tags found
No related merge requests found
......@@ -16,4 +16,5 @@ depgraph.dot: ganeti/*.py
--reports y --int-import-graph $@ --persistent n ganeti >/dev/null
install-exec-local:
@mkdir_p@ ${localstatedir}/lib/ganeti ${localstatedir}/log/ganeti
@mkdir_p@ "$(DESTDIR)${localstatedir}/lib/ganeti" \
"$(DESTDIR)${localstatedir}/log/ganeti"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment