prefix-ize contrib startup scripts, closing ticket #77

This commit is contained in:
Ron Pedde
2006-05-01 08:29:07 +00:00
parent 5b89f07caa
commit ba5534a02b
4 changed files with 24 additions and 6 deletions

View File

@@ -1 +1,19 @@
EXTRA_DIST=mt-daapd-fedora mt-daapd-gentoo mtdaapd-bsd
EXTRA_DIST=mt-daapd-fedora.templ mt-daapd-gentoo.templ mtdaapd-bsd.templ
BUILT_SOURCES = mt-daapd-fedora mt-daapd-gentoo mtdaapd-bsd
mt-daapd-fedora: mt-daapd-fedora.templ ../../config.h
sed -e s,[@]prefix[@],$(prefix),g mt-daapd-fedora.templ >$@; \
chmod +x $@
mt-daapd-gentoo: mt-daapd-gentoo.templ ../../config.h
sed -e s,[@]prefix[@],$(prefix),g mt-daapd-gentoo.templ >$@; \
chmod +x $@
mtdaapd-bsd: mtdaapd-bsd.templ ../../config.h
sed -e s,[@]prefix[@],$(prefix),g mtdaapd-bsd.templ >$@; \
chmod +x $@