diff options
author | Donald Webster | 2019-01-11 09:16:13 -0800 |
---|---|---|
committer | Donald Webster | 2019-01-11 09:16:13 -0800 |
commit | 9acb4869c10e9608b24afcecdd9e64d900ceb4e7 (patch) | |
tree | f1bff45365ec7465d5b3399122d3c8fa43816c7b | |
parent | 6065cce4159139b6babe0fe6d455ba6117728db6 (diff) | |
download | aur-9acb4869c10e9608b24afcecdd9e64d900ceb4e7.tar.gz |
Whoops, symlink was wrong.
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = ipmicfg pkgdesc = Supermicro IPMI configuration tool pkgver = 1.29.0 - pkgrel = 1 + pkgrel = 2 url = http://www.supermicro.com/products/nfo/ipmi.cfm arch = x86_64 license = custom:"Super Micro Computer" @@ -4,7 +4,7 @@ pkgname=ipmicfg pkgver=1.29.0 _pkghash=181029 -pkgrel=1 +pkgrel=2 pkgdesc="Supermicro IPMI configuration tool" makedepends=('unzip') depends=("glibc") @@ -20,7 +20,7 @@ package() { cp -dpr --no-preserve=ownership "${srcdir}/IPMICFG_${pkgver}_build.${_pkghash}/Linux/64bit/"* ${pkgdir}/usr/lib/ipmicfg chmod a+rx ${pkgdir}/usr/lib/ipmicfg/IPMICFG-Linux.x86_64 - ln -s /opt/ipmicfg/IPMICFG-Linux.x86_64 ${pkgdir}/usr/bin/ipmicfg + ln -s /usr/lib/ipmicfg/IPMICFG-Linux.x86_64 ${pkgdir}/usr/bin/ipmicfg } |