diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-12-24 11:26:59 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-12-24 11:29:46 +0000 |
commit | da021e8a3c866362aae30d3811323038400e9fc3 (patch) | |
tree | cf490ea71b275761d7b3c4453d38b07f41082e34 /main/mutt | |
parent | a600dd3ea6fb094ee9b972ca8ee1df39417aa35d (diff) | |
download | aports-da021e8a3c866362aae30d3811323038400e9fc3.tar.bz2 aports-da021e8a3c866362aae30d3811323038400e9fc3.tar.xz |
[various]: update config.sub (fixes musl build)
Diffstat (limited to 'main/mutt')
-rw-r--r-- | main/mutt/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/mutt/APKBUILD b/main/mutt/APKBUILD index c438714ac6..47ae225f3f 100644 --- a/main/mutt/APKBUILD +++ b/main/mutt/APKBUILD @@ -18,7 +18,7 @@ _builddir="$srcdir"/$pkgname-$pkgver prepare() { cd "$_builddir" - # apply patches here + update_config_sub || return 1 } build() { |