summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-17 16:39:12 -0400
committerJames P. Harvey2018-10-17 16:39:12 -0400
commit3a9a82605a8831e5020b43352bce4cec62e99476 (patch)
treeeea0dd233b55fbf98e48dda57e478a3e82357f38 /PKGBUILD
parent2948407af29f12ad68ba47d1109f3d74e914a05c (diff)
downloadaur-ibsim.tar.gz
Fixed placement of README into doc rather than licenses.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6cd1823c7c8..81bf287b8d8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ibsim
pkgver=0.7
-pkgrel=2
+pkgrel=3
pkgdesc='OpenFabrics Alliance InfiniBand simulator utilities'
arch=('x86_64' 'i686')
url='https://www.openfabrics.org/index.php/overview.html'
@@ -20,7 +20,6 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make libpath=/usr/lib DESTDIR="${pkgdir}" install
- install -Dm644 README "${pkgdir}/usr/share/licenses/${pkgname}/README"
- mkdir -p "${pkgdir}/usr/share/doc/${pkgname}"
+ install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
cp -r net-examples scripts "${pkgdir}/usr/share/doc/${pkgname}"
}