aboutsummaryrefslogtreecommitdiffstats
path: root/main/gparted
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-12-16 18:37:59 +0000
committerTimo Teräs <timo.teras@iki.fi>2013-12-16 18:37:59 +0000
commit7e031165c44aef6d3043622a0f976bc8bf38d202 (patch)
tree88bddfd884c1da5fb7157283c9920507c617c850 /main/gparted
parent844d003854c3632d2298ae7c3f02ff5ce4c1f988 (diff)
downloadaports-7e031165c44aef6d3043622a0f976bc8bf38d202.tar.bz2
aports-7e031165c44aef6d3043622a0f976bc8bf38d202.tar.xz
main/gparted: fix musl build
Diffstat (limited to 'main/gparted')
-rw-r--r--main/gparted/APKBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/gparted/APKBUILD b/main/gparted/APKBUILD
index a777ac7ebf..6d579b1f30 100644
--- a/main/gparted/APKBUILD
+++ b/main/gparted/APKBUILD
@@ -14,6 +14,11 @@ source="http://sourceforge.net/projects/gparted/files/gparted/gparted-$pkgver/gp
_builddir="$srcdir"/$pkgname-$pkgver
+prepare() {
+ cd "$_builddir"
+ update_config_sub || return 1
+}
+
build() {
cd "$_builddir"
./configure \