Skip to content

Commit 96bffd7

Browse files
authored
chore(compile.sh): Consistent apt-get install command
1 parent cd225f1 commit 96bffd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target/scripts/build/compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ _log_level_is 'trace' && QUIET='-y' || QUIET='-qq'
1313

1414
function _compile_dovecot_fts_xapian() {
1515
apt-get "${QUIET}" update
16-
apt-get "${QUIET}" --no-install-recommends install \
16+
apt-get "${QUIET}" install --no-install-recommends \
1717
automake libtool pkg-config libicu-dev libsqlite3-dev libxapian-dev make build-essential dh-make devscripts dovecot-dev
1818

1919
local XAPIAN_VERSION='1.7.13'

0 commit comments

Comments
 (0)