diff options
author | Timo Teräs <timo.teras@iki.fi> | 2014-01-13 13:31:49 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2014-01-13 13:31:49 +0000 |
commit | 5f337c444c0c127726f4d7d2155cff624ae874f8 (patch) | |
tree | 6b8b3174d507f381d1a0dc6fa1aa4abcbc6a8abf /main/testdisk/APKBUILD | |
parent | e82cbe118a9fbdc7596629c17d9e50d0636b1450 (diff) | |
download | aports-5f337c444c0c127726f4d7d2155cff624ae874f8.tar.bz2 aports-5f337c444c0c127726f4d7d2155cff624ae874f8.tar.xz |
main/testdisk: fix musl build (update config.sub)
Diffstat (limited to 'main/testdisk/APKBUILD')
-rw-r--r-- | main/testdisk/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/testdisk/APKBUILD b/main/testdisk/APKBUILD index 36773d8d37..62ec148563 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() { |