# HG changeset patch # User Timo Sirainen # Date 1312454569 -10800 # Node ID 84fbe111ff90340bec18a927acfc323bfeae72e9 # Parent 43bf1283df78b9de58ff3c3f2407b8fc6b555d76 fts: Install decode2text to libexecdir. diff -r 43bf1283df78 -r 84fbe111ff90 src/plugins/fts/Makefile.am --- a/src/plugins/fts/Makefile.am Thu Aug 04 13:40:43 2011 +0300 +++ b/src/plugins/fts/Makefile.am Thu Aug 04 13:42:49 2011 +0300 @@ -43,4 +43,4 @@ xml2text_LDADD = fts-parser-html.lo $(LIBDOVECOT) xml2text_DEPENDENCIES = fts-parser-html.lo $(LIBDOVECOT_DEPS) -EXTRA_DIST = decode2text.sh +pkglibexec_SCRIPTS = decode2text.sh diff -r 43bf1283df78 -r 84fbe111ff90 src/plugins/fts/decode2text.sh --- a/src/plugins/fts/decode2text.sh Thu Aug 04 13:40:43 2011 +0300 +++ b/src/plugins/fts/decode2text.sh Thu Aug 04 13:42:49 2011 +0300 @@ -10,7 +10,7 @@ # fts_decoder = decode2text # } # service decode2text { -# executable = script /usr/local/bin/decode2text.sh +# executable = script /usr/local/libexec/dovecot/decode2text.sh # user = dovecot # unix_listener decode2text { # mode = 0666