mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-12 23:01:44 -05:00
prefix-ize contrib startup scripts, closing ticket #77
This commit is contained in:
@@ -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 $@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user