summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Anderson2018-11-28 10:36:38 +0000
committerAndrew Anderson2018-11-28 10:36:38 +0000
commite3e5f032187993a749d8d6b3a5295cec1af90209 (patch)
tree772af99407be65548a7283acade9fb29fa3fb646 /PKGBUILD
parentdd16a20674284ef76a637641d73535c4e1a33737 (diff)
downloadaur-e3e5f032187993a749d8d6b3a5295cec1af90209.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 86ee49eb4020..85ec11c6a2e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=arm-linux-gnueabihf-armcl-neon
pkgver=18.08
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="ARM Computer Vision and Machine Learning Library (armv7a NEON Backend)"
@@ -52,4 +52,5 @@ package() {
mkdir -p ${pkgdir}/usr/arm-linux-gnueabihf/include/arm_compute/
cp -r arm_compute/* ${pkgdir}/usr/arm-linux-gnueabihf/include/arm_compute/
cp -r support ${pkgdir}/usr/include/arm_compute/
+ cp -r include/* ${pkgdir}/usr/include/arm_compute/
}