summaryrefslogtreecommitdiffstats
path: root/main/xfsprogs/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/xfsprogs/APKBUILD')
-rw-r--r--main/xfsprogs/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/xfsprogs/APKBUILD b/main/xfsprogs/APKBUILD
index 81d3a5865..36cc6d4c4 100644
--- a/main/xfsprogs/APKBUILD
+++ b/main/xfsprogs/APKBUILD
@@ -16,6 +16,7 @@ _builddir="$srcdir"/$pkgname-$pkgver
prepare() {
cd "$_builddir"
+ update_config_sub || return 1
sed -i -e 's/--best//' Makefile doc/Makefile
}