aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShiz <hi@shiz.me>2018-08-05 04:00:23 +0200
committerShiz <hi@shiz.me>2018-08-05 04:00:23 +0200
commite41ff98770060e26b0a3211e2bfaa066ac44fca4 (patch)
treefa796c753c67c00bc0181b0ba29d8acbf3408210
parent55e85fba8423bf53a9baaded98bcee7bcc8a06aa (diff)
downloadaports-e41ff98770060e26b0a3211e2bfaa066ac44fca4.tar.bz2
aports-e41ff98770060e26b0a3211e2bfaa066ac44fca4.tar.xz
community/ipmiutil: update config.guess for s390x
-rw-r--r--community/ipmiutil/APKBUILD7
1 files changed, 6 insertions, 1 deletions
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 <AWilcox@Wilcox-Tech.com>
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 \