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

Create /var/run/ganeti directory on “make install”.

Reviewed-by: schreiberal
parent 34bf35c0
No related branches found
No related tags found
No related merge requests found
...@@ -23,4 +23,5 @@ depgraph.dot: ganeti/*.py ...@@ -23,4 +23,5 @@ depgraph.dot: ganeti/*.py
install-exec-local: install-exec-local:
@mkdir_p@ "$(DESTDIR)${localstatedir}/lib/ganeti" \ @mkdir_p@ "$(DESTDIR)${localstatedir}/lib/ganeti" \
"$(DESTDIR)${localstatedir}/log/ganeti" "$(DESTDIR)${localstatedir}/log/ganeti" \
"$(DESTDIR)${localstatedir}/run/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