summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7118edaed37..49c618653709 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hpp-fcl
pkgdesc = An extension of the Flexible Collision Library
pkgver = 1.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/humanoid-path-planner/hpp-fcl
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 466d262c9c4b..ba26016b5253 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgorg='humanoid-path-planner'
pkgname=('hpp-fcl' 'hpp-fcl-docs')
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="An extension of the Flexible Collision Library"
arch=('i686' 'x86_64')
url="https://github.com/$pkgorg/$pkgname"
@@ -32,6 +32,7 @@ package_hpp-fcl() {
cd "$pkgbase-$pkgver"
make DESTDIR="$pkgdir/" install
rm -rf $pkgdir/usr/share/doc
+ sed -i 's=;/usr/\.\./include/include==' "$pkgdir/usr/lib/cmake/hpp-fcl/hpp-fclTargets.cmake"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}