mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-24 22:25:56 -05:00
[-] 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
Block a user