diff options
author | Max Kellermann <max@musicpd.org> | 2016-12-13 08:42:05 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2016-12-13 10:24:10 +0100 |
commit | 53e22b81ef026e873c992bca35e27b41580a0bf8 (patch) | |
tree | d9dc27f54eb0251d5929bd761b3e180c40cb9474 /configure.ac | |
parent | 3fc9d50adb9ed1586302ab47bf677f6e72ff7a88 (diff) |
systemd: add "system" sub directory
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9277c5f71..84f9b686d 100644 --- a/configure.ac +++ b/configure.ac @@ -1905,7 +1905,7 @@ dnl Generate files dnl --------------------------------------------------------------------------- AC_CONFIG_FILES(Makefile) AC_CONFIG_FILES(doc/doxygen.conf) -AC_CONFIG_FILES(systemd/mpd.service) +AC_CONFIG_FILES(systemd/system/mpd.service) AC_OUTPUT echo 'MPD is ready for compilation, type "make" to begin.' |