fix default config file location, ticket #63

This commit is contained in:
Ron Pedde
2006-04-10 17:15:37 +00:00
parent d67da51dee
commit bc2faaf75f
2 changed files with 9 additions and 5 deletions

View File

@@ -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 \