[-] Let make install mkdir the "var/run" directory for the PID file

This commit is contained in:
ejurgensen 2018-03-04 17:41:18 +01:00
parent 50c6d3f272
commit d5ec17ffe0
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ EXTRA_DIST = \
install-data-hook:
$(MKDIR_P) "$(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/libspotify"
$(MKDIR_P) "$(DESTDIR)$(localstatedir)/log"
$(MKDIR_P) "$(DESTDIR)$(localstatedir)/run"
CLEANFILES = $(BUILT_SOURCES)