summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2490d5e252e1..5d94afa837bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=opencv3-opt
pkgname=($pkgbase $pkgbase-samples)
pkgver=3.4.5
-pkgrel=1
+pkgrel=2
pkgdesc="Open Source Computer Vision Library (Legacy Version & /opt directory version)"
arch=(x86_64)
license=(BSD)
@@ -78,6 +78,7 @@ package_opencv3-opt() {
rm -rf "$srcdir"/samples
mv OpenCV/samples "$srcdir"
mv OpenCV opencv3 # otherwise folder naming is inconsistent
+ ln -sf /opt/opencv3/share/opencv3 OpenCV # fix some compatibility problems
}
package_opencv3-opt-samples() {