summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Anderson2018-11-28 10:36:28 +0000
committerAndrew Anderson2018-11-28 10:36:28 +0000
commit0bfa93d7a7f46fcdec9c34b377b0f68ab398c1e6 (patch)
tree99f7d8917979e45870e55e7bd393b4bc7ed8335f /PKGBUILD
parent966357fe54a0d52bf4ed96733808cdfef65cbf88 (diff)
downloadaur-0bfa93d7a7f46fcdec9c34b377b0f68ab398c1e6.tar.gz
Install auxiliary headers
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c5065160dc6..73c1a1901518 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=aarch64-linux-gnu-armcl-neon
pkgver=18.08
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="ARM Computer Vision and Machine Learning Library (arm64-v8a NEON Backend)"
@@ -52,4 +52,5 @@ package() {
mkdir -p ${pkgdir}/usr/aarch64-linux-gnu/include/arm_compute/
cp -r arm_compute/* ${pkgdir}/usr/aarch64-linux-gnu/include/arm_compute/
cp -r support ${pkgdir}/usr/include/arm_compute/
+ cp -r include/* ${pkgdir}/usr/include/arm_compute/
}