aboutsummaryrefslogtreecommitdiffstats
path: root/testing/connman
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-04-04 21:32:49 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-04-05 00:18:55 +0200
commitd1f074de96a2aedbc85746d307574d566cf4b58c (patch)
tree7c69433e9eb6ceba302cb7696cdb1f309caa83f4 /testing/connman
parent5496645325397782b929d8c014f571f34c0cc006 (diff)
downloadaports-d1f074de96a2aedbc85746d307574d566cf4b58c.tar.bz2
aports-d1f074de96a2aedbc85746d307574d566cf4b58c.tar.xz
testing/connman: don't update config.sub, it's up-to-date
Diffstat (limited to 'testing/connman')
-rw-r--r--testing/connman/APKBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/connman/APKBUILD b/testing/connman/APKBUILD
index 4285790ed1..847db376bf 100644
--- a/testing/connman/APKBUILD
+++ b/testing/connman/APKBUILD
@@ -29,7 +29,6 @@ prepare() {
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
esac
done
- update_config_sub
autoreconf -vif || return 1
}