summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2016-12-13 08:42:05 +0100
committerMax Kellermann <max@musicpd.org>2016-12-13 10:24:10 +0100
commit53e22b81ef026e873c992bca35e27b41580a0bf8 (patch)
treed9dc27f54eb0251d5929bd761b3e180c40cb9474 /Makefile.am
parent3fc9d50adb9ed1586302ab47bf677f6e72ff7a88 (diff)
systemd: add "system" sub directory
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 744b96603..029958adb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1449,8 +1449,8 @@ FILTER_LIBS = \
if HAVE_SYSTEMD
systemdsystemunit_DATA = \
- systemd/mpd.socket \
- systemd/mpd.service
+ systemd/system/mpd.socket \
+ systemd/system/mpd.service
endif