aboutsummaryrefslogtreecommitdiffstats
path: root/main/testdisk
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2014-01-13 13:31:49 +0000
committerTimo Teräs <timo.teras@iki.fi>2014-01-13 13:31:49 +0000
commit5f337c444c0c127726f4d7d2155cff624ae874f8 (patch)
tree6b8b3174d507f381d1a0dc6fa1aa4abcbc6a8abf /main/testdisk
parente82cbe118a9fbdc7596629c17d9e50d0636b1450 (diff)
main/testdisk: fix musl build (update config.sub)
Diffstat (limited to 'main/testdisk')
-rw-r--r--main/testdisk/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/testdisk/APKBUILD b/main/testdisk/APKBUILD
index 36773d8d37c..62ec148563d 100644
--- a/main/testdisk/APKBUILD
+++ b/main/testdisk/APKBUILD
@@ -16,7 +16,7 @@ _builddir="$srcdir"/$pkgname-$pkgver
prepare() {
cd "$_builddir"
- # apply patches here
+ update_config_sub || return 1
}
build() {