diff options
author | Thomas Morper <thomas@beingboiled.info> | 2019-09-21 06:29:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-09-21 06:29:14 +0700 |
commit | 736327182a5333131553bfefa86751d984f991c2 (patch) | |
tree | c12bcf4ec7413b0f73f31d230cadd84f4c660fed /network/exim/exim.SlackBuild | |
parent | 6a016883b41bd7852b6d55932b8320b8c4fb7530 (diff) | |
download | slackbuilds-736327182a5333131553bfefa86751d984f991c2.tar.gz |
network/exim: Enable LMTP transport.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/exim/exim.SlackBuild')
-rw-r--r-- | network/exim/exim.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/exim/exim.SlackBuild b/network/exim/exim.SlackBuild index 9765874c56..c4bdb291e2 100644 --- a/network/exim/exim.SlackBuild +++ b/network/exim/exim.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=exim VERSION=${VERSION:-4.92.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |