summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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