diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-17 20:36:19 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-17 21:03:41 +0000 |
commit | b85309d36852cc7919785fd983d56518508f45e0 (patch) | |
tree | dc8f927c3ec789908e1a3344fdcbc9cd19c42032 /testing/dovecot-antispam-plugin | |
parent | 1a1eef3203136f2b48a4ae60d20cc5e168b4e99f (diff) | |
download | aports-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/APKBUILD | 2 |
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() { |