From e41ff98770060e26b0a3211e2bfaa066ac44fca4 Mon Sep 17 00:00:00 2001 From: Shiz Date: Sun, 5 Aug 2018 04:00:23 +0200 Subject: community/ipmiutil: update config.guess for s390x --- community/ipmiutil/APKBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'community/ipmiutil') diff --git a/community/ipmiutil/APKBUILD b/community/ipmiutil/APKBUILD index 2d17124b4d..d08eada97b 100644 --- a/community/ipmiutil/APKBUILD +++ b/community/ipmiutil/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: A. Wilcox pkgname=ipmiutil pkgver=3.1.2 -pkgrel=0 +pkgrel=1 pkgdesc="IPMI Management Utilities" url="http://ipmiutil.sourceforge.net/" arch="all" @@ -16,6 +16,11 @@ source="https://downloads.sourceforge.net/project/ipmiutil/ipmiutil-$pkgver.tar. " builddir="$srcdir/$pkgname-$pkgver" +prepare() { + default_prepare + update_config_guess +} + build() { cd "$builddir" ./configure \ -- cgit v1.2.3