summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Anderson2019-05-21 18:19:21 +0100
committerAndrew Anderson2019-05-21 18:19:21 +0100
commit7c0e326d7bccb28dfa75d108ace57ab0c123c937 (patch)
tree83c662113c7ad23ae7452bc2a1a9e2ce1549af33 /PKGBUILD
parenteb0aa149615b563f332d117eb5435805d8b66ec4 (diff)
downloadaur-7c0e326d7bccb28dfa75d108ace57ab0c123c937.tar.gz
Include utils headers
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 430f4a72b685..59aff395f0f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=aarch64-linux-gnu-armcl-neon
pkgver=19.02
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="ARM Computer Vision and Machine Learning Library (arm64-v8a NEON Backend)"
@@ -54,5 +54,5 @@ package() {
cp -r arm_compute/* ${pkgdir}/usr/aarch64-linux-gnu/include/arm_compute/
cp -r support ${pkgdir}/usr/aarch64-linux-gnu/include/arm_compute/
cp -r include/* ${pkgdir}/usr/aarch64-linux-gnu/include/arm_compute/
- cp -r utils/* ${pkgdir}/usr/aarch64-linux-gnu/include/arm_compute/
+ cp -r utils ${pkgdir}/usr/aarch64-linux-gnu/include/arm_compute/
}