We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd225f1 commit 96bffd7Copy full SHA for 96bffd7
target/scripts/build/compile.sh
@@ -13,7 +13,7 @@ _log_level_is 'trace' && QUIET='-y' || QUIET='-qq'
13
14
function _compile_dovecot_fts_xapian() {
15
apt-get "${QUIET}" update
16
- apt-get "${QUIET}" --no-install-recommends install \
+ apt-get "${QUIET}" install --no-install-recommends \
17
automake libtool pkg-config libicu-dev libsqlite3-dev libxapian-dev make build-essential dh-make devscripts dovecot-dev
18
19
local XAPIAN_VERSION='1.7.13'
0 commit comments