From 8f6f2e3166478b14b208ecfb94ddf01d69dd7bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Sun, 29 Sep 2013 08:45:29 +0000 Subject: main/[various]: update config.sub (and remove charset.alias) for musl build. the changes are automatically done based on previous build log errors, so this does not guarantee successful build, but is a required. --- main/aumix/APKBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'main/aumix/APKBUILD') diff --git a/main/aumix/APKBUILD b/main/aumix/APKBUILD index aef2bae5e9..f20b4ac9c7 100644 --- a/main/aumix/APKBUILD +++ b/main/aumix/APKBUILD @@ -14,6 +14,7 @@ source="http://jpj.net/~trevor/aumix/releases/aumix-$pkgver.tar.bz2 prepare() { cd "$srcdir"/aumix-$pkgver + update_config_sub || return 1 } build() { -- cgit v1.2.3