From: Timo Sirainen Date: Thu, 4 Aug 2011 10:42:49 +0000 (+0300) Subject: fts: Install decode2text to libexecdir. X-Git-Tag: 2.1.alpha1~186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f971d239f217826f6eae8b16ef74ed1420209df;p=thirdparty%2Fdovecot%2Fcore.git fts: Install decode2text to libexecdir. --- diff --git a/src/plugins/fts/Makefile.am b/src/plugins/fts/Makefile.am index e1e7811f18..9daf1165e0 100644 --- a/src/plugins/fts/Makefile.am +++ b/src/plugins/fts/Makefile.am @@ -43,4 +43,4 @@ xml2text_SOURCES = xml2text.c xml2text_LDADD = fts-parser-html.lo $(LIBDOVECOT) xml2text_DEPENDENCIES = fts-parser-html.lo $(LIBDOVECOT_DEPS) -EXTRA_DIST = decode2text.sh +pkglibexec_SCRIPTS = decode2text.sh diff --git a/src/plugins/fts/decode2text.sh b/src/plugins/fts/decode2text.sh index 5b0f5959ed..c62c7b635f 100755 --- a/src/plugins/fts/decode2text.sh +++ b/src/plugins/fts/decode2text.sh @@ -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