mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-13 15:21:38 -05:00
fix default config file location, ticket #63
This commit is contained in:
@@ -8,7 +8,7 @@ bin_SCRIPTS=mt-daapd-ssc.sh
|
||||
|
||||
dbdir="/var/cache/mt-daapd"
|
||||
|
||||
mt-daapd.conf: mt-daapd.conf.templ
|
||||
mt-daapd.conf: mt-daapd.conf.templ ../config.h
|
||||
if [ "$(prefix)" == "/usr" ]; then \
|
||||
sed -e s,[@]prefix[@],$(prefix),g -e s,[@]dbdir[@],/var/cache/mt-daapd,g $< >$@; \
|
||||
else \
|
||||
|
||||
Reference in New Issue
Block a user