diff options
-rw-r--r-- | community/ipmiutil/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/ipmiutil/APKBUILD b/community/ipmiutil/APKBUILD index 4bf635a85f..8cb11105c6 100644 --- a/community/ipmiutil/APKBUILD +++ b/community/ipmiutil/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: A. Wilcox <AWilcox@Wilcox-Tech.com> pkgname=ipmiutil pkgver=3.0.7 -pkgrel=0 +pkgrel=1 pkgdesc="IPMI Management Utilities" url="http://ipmiutil.sourceforge.net/" arch="all" @@ -27,6 +27,7 @@ build() { ./configure \ --prefix=/usr \ --sysconfdir=/etc \ + --libdir=/usr/lib \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --localstatedir=/var \ |