aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opencv/opencv/debian/030_install_hook.diff
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/opencv/opencv/debian/030_install_hook.diff')
-rw-r--r--recipes/opencv/opencv/debian/030_install_hook.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/opencv/opencv/debian/030_install_hook.diff b/recipes/opencv/opencv/debian/030_install_hook.diff
new file mode 100644
index 0000000000..5c583faae5
--- /dev/null
+++ b/recipes/opencv/opencv/debian/030_install_hook.diff
@@ -0,0 +1,13 @@
+Index: opencv-1.0.0/Makefile.am
+===================================================================
+--- opencv-1.0.0.orig/Makefile.am 2008-06-08 23:35:37.000000000 +0000
++++ opencv-1.0.0/Makefile.am 2008-06-08 23:35:45.000000000 +0000
+@@ -50,7 +50,7 @@
+ cd src && $(MAKE) install-libLTLIBRARIES
+
+ # Run ldconfig after installing the library:
+-install-hook:
++install-exec-hook:
+ -ldconfig
+
+