diff options
author | Shiz <hi@shiz.me> | 2018-08-05 04:00:23 +0200 |
---|---|---|
committer | Shiz <hi@shiz.me> | 2018-08-05 04:00:23 +0200 |
commit | e41ff98770060e26b0a3211e2bfaa066ac44fca4 (patch) | |
tree | fa796c753c67c00bc0181b0ba29d8acbf3408210 /community/ipmiutil/APKBUILD | |
parent | 55e85fba8423bf53a9baaded98bcee7bcc8a06aa (diff) | |
download | aports-e41ff98770060e26b0a3211e2bfaa066ac44fca4.tar.bz2 aports-e41ff98770060e26b0a3211e2bfaa066ac44fca4.tar.xz |
community/ipmiutil: update config.guess for s390x
Diffstat (limited to 'community/ipmiutil/APKBUILD')
-rw-r--r-- | community/ipmiutil/APKBUILD | 7 |
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 \ |