---
 rules/opencv.make | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/rules/opencv.make b/rules/opencv.make
index ecd47c722..531b3bbf4 100644
--- a/rules/opencv.make
+++ b/rules/opencv.make
@@ -252,10 +252,9 @@ $(STATEDIR)/opencv.targetinstall:
        @$(foreach lib, $(OPENCV_LIBS-y), \
                $(call install_lib, opencv, 0, 0, 0644, $(lib));)
 ifdef PTXCONF_OPENCV_EXAMPLES
-       $(call install_tree, opencv, 0, 0, 
$(OPENCV_PKGDIR)/usr/share/opencv/examples, /usr/share/opencv/examples)
+       $(call install_tree, opencv, 0, 0, - , /usr/share/opencv/examples)
 endif
        @$(call install_finish, opencv)
-
        @$(call touch)
 
 # vim: syntax=make
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to