* [Buildroot] [git commit] package/mpd: create directories used in mpd.conf
@ 2021-01-25 21:23 Thomas Petazzoni
0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2021-01-25 21:23 UTC (permalink / raw)
To: buildroot
commit: https://git.buildroot.net/buildroot/commit/?id=d0031c5621e302c659bec13dfcc62b55ac288462
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Fixes:
- https://bugs.buildroot.org/show_bug.cgi?id=13471
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
package/mpd/mpd.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/mpd/mpd.mk b/package/mpd/mpd.mk
index 6e8a3f36da..baabb6ff38 100644
--- a/package/mpd/mpd.mk
+++ b/package/mpd/mpd.mk
@@ -333,6 +333,8 @@ endif
define MPD_INSTALL_EXTRA_FILES
$(INSTALL) -m 0644 -D package/mpd/mpd.conf $(TARGET_DIR)/etc/mpd.conf
+ mkdir -p $(TARGET_DIR)/var/lib/mpd/music
+ mkdir -p $(TARGET_DIR)/var/lib/mpd/playlists
endef
MPD_POST_INSTALL_TARGET_HOOKS += MPD_INSTALL_EXTRA_FILES
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-01-25 21:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-25 21:23 [Buildroot] [git commit] package/mpd: create directories used in mpd.conf Thomas Petazzoni
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.