diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-08-05 12:15:49 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-05 12:17:17 -0300 |
| commit | 3ee9d921fbb41c2de389985c480015c664038975 (patch) | |
| tree | 1263373d530fb004e5bf7105c701444c9cc1dfa2 /testing/alsa-tools | |
| parent | a16615aa3496f12c3ae2d0754d0f2efb13d2235e (diff) | |
| download | aports-3ee9d921fbb41c2de389985c480015c664038975.tar.bz2 aports-3ee9d921fbb41c2de389985c480015c664038975.tar.xz | |
testing/alsa-tools: update_config_guess for ppc64le
Diffstat (limited to 'testing/alsa-tools')
| -rw-r--r-- | testing/alsa-tools/APKBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/alsa-tools/APKBUILD b/testing/alsa-tools/APKBUILD index 15279cd441..5be37c350d 100644 --- a/testing/alsa-tools/APKBUILD +++ b/testing/alsa-tools/APKBUILD @@ -14,6 +14,9 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-gui:_gui" source="ftp://ftp.alsa-project.org/pub/tools/alsa-tools-$pkgver.tar.bz2" prepare() { + default_prepare + update_config_guess + # Remove qlo10k1 package, only works with Qt2/Qt3 sed 's/qlo10k1//' -i Makefile } |
