From 64239e1d75f9a7ae2b71b51ff54c16b4006de950 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Tue, 28 Oct 2014 10:40:43 +0100 Subject: [PATCH] testing/xboard: update config sub --- testing/xboard/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/xboard/APKBUILD b/testing/xboard/APKBUILD index 8513ab81389..955738c2f28 100644 --- a/testing/xboard/APKBUILD +++ b/testing/xboard/APKBUILD @@ -17,6 +17,7 @@ _builddir="$srcdir"/xboard-$pkgver prepare() { local i cd "$_builddir" + update_config_sub || return 1 for i in $source; do case $i in *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;