mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-24 06:05:56 -05:00
Default to correct plugins, don't clobber existing config file
This commit is contained in:
parent
28a0125a32
commit
c808a6b853
@ -5,7 +5,6 @@ SUBDIRS = init.d
|
||||
EXTRA_DIST = README mt-daapd.spec mt-daapd.conf.templ mt-daapd-ssc.sh mt-daapd-ssc.pl
|
||||
|
||||
BUILT_SOURCES = mt-daapd.conf
|
||||
sysconf_DATA = mt-daapd.conf
|
||||
bin_SCRIPTS = mt-daapd-ssc.sh
|
||||
|
||||
dbdir="/var/cache/mt-daapd"
|
||||
@ -17,13 +16,3 @@ mt-daapd.conf: mt-daapd.conf.templ ../config.h
|
||||
sed -e s,[@]prefix[@],$(prefix),g -e s,[@]dbdir[@],$(prefix)/var/cache/mt-daapd,g mt-daapd.conf.templ >$@; \
|
||||
fi
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -311,3 +311,5 @@ scan_type = 2
|
||||
|
||||
[plugins]
|
||||
plugin_dir = @prefix@/share/mt-daapd/plugins
|
||||
plugins = rsp.so,ssc-script.so
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user