aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dovecot-antispam-plugin
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-17 20:36:19 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-17 21:03:41 +0000
commitb85309d36852cc7919785fd983d56518508f45e0 (patch)
treedc8f927c3ec789908e1a3344fdcbc9cd19c42032 /testing/dovecot-antispam-plugin
parent1a1eef3203136f2b48a4ae60d20cc5e168b4e99f (diff)
downloadaports-b85309d36852cc7919785fd983d56518508f45e0.tar.bz2
aports-b85309d36852cc7919785fd983d56518508f45e0.tar.xz
testing/dovecot-antispam-plugin: update config.guess
Diffstat (limited to 'testing/dovecot-antispam-plugin')
-rw-r--r--testing/dovecot-antispam-plugin/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/dovecot-antispam-plugin/APKBUILD b/testing/dovecot-antispam-plugin/APKBUILD
index 34061c2fe2..0dff2c94ef 100644
--- a/testing/dovecot-antispam-plugin/APKBUILD
+++ b/testing/dovecot-antispam-plugin/APKBUILD
@@ -21,7 +21,6 @@ _builddir="$srcdir/$_hgrepo"
prepare() {
cd "$srcdir"
msg "Connecting to Mercurial server..."
-
if [ -d "$_hgrepo" ]; then
cd "$_hgrepo"
hg pull -r 51 -u
@@ -29,6 +28,7 @@ prepare() {
else
hg clone -r 51 "$_hgroot" "$_hgrepo"
fi
+ update_config_guess || return 1
}
build() {