summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a357f8d4876e..e797afc11b3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ibsim
pkgdesc = OpenFabrics Alliance InfiniBand simulator utilities
pkgver = 0.7
- pkgrel = 2
+ pkgrel = 3
url = https://www.openfabrics.org/index.php/overview.html
arch = x86_64
arch = i686
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}"
}