[-] Let make install mkdir the "var/run" directory for the PID file
This commit is contained in:
parent
50c6d3f272
commit
d5ec17ffe0
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue