summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-07-28 21:12:16 +0200
committerMichel Zou2016-07-28 21:12:16 +0200
commitf4d403ee6dd29ff006d7961bc0e9bafec50bc4df (patch)
tree54696542ea36cf54f9a442fa9e7e3944c6e0fe62
parent47402f14658ada11f2436a8aae74dbf6b00d66eb (diff)
downloadaur-f4d403ee6dd29ff006d7961bc0e9bafec50bc4df.tar.gz
fix include
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 497b5aa878db..780da9c20866 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Jul 28 19:07:56 UTC 2016
+# Thu Jul 28 19:12:16 UTC 2016
pkgbase = sgpp
pkgdesc = spatially adaptive sparse grids
pkgver = 2.0.0
diff --git a/PKGBUILD b/PKGBUILD
index a13ec5b7e5d8..edb862a38d9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,7 @@ package()
do
cp -r $subdir/src/sgpp "$pkgdir"/usr/include
done
- install -m644 */src/*.hpp "$pkgdir"/usr/include/sgpp
+ install -m644 */src/*.hpp "$pkgdir"/usr/include
find "$pkgdir"/usr/include/sgpp -name "*.cpp"|xargs rm
find "$pkgdir"/usr/include/sgpp -name "*.lint"|xargs rm
find "$pkgdir"/usr/include/sgpp -name "*.os"|xargs rm