diff --git a/contrib/Makefile.am b/contrib/Makefile.am index e9d3445b..3f4054dc 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -9,7 +9,7 @@ bin_SCRIPTS=mt-daapd-ssc.sh dbdir="/var/cache/mt-daapd" mt-daapd.conf: mt-daapd.conf.templ ../config.h - if [ "$(prefix)" == "/usr" ]; then \ + if [ "$(prefix)" = "/usr" ]; then \ sed -e s,[@]prefix[@],$(prefix),g -e s,[@]dbdir[@],/var/cache/mt-daapd,g $< >$@; \ else \ sed -e s,[@]prefix[@],$(prefix),g -e s,[@]dbdir[@],$(prefix)/var/cache/mt-daapd,g $< >$@; \