aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dovecot-antispam-plugin/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/dovecot-antispam-plugin/APKBUILD')
-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 34061c2fe23..0dff2c94ef2 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() {