From 180fc2057211916de6013780498df69e17394c39 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Mon, 10 Oct 2011 20:21:13 +0200 Subject: [PATCH] Fix back eol line encoding --- opencv.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencv.spec b/opencv.spec index 55f6165..3ce2267 100644 --- a/opencv.spec +++ b/opencv.spec @@ -99,7 +99,7 @@ This package contains Python bindings for the OpenCV library. %patch1 -p1 -b .opencvconfig # fix dos end of lines -#sed -i 's|\r||g' samples/c/adaptiveskindetector.cpp +sed -i 's|\r||g' samples/c/adaptiveskindetector.cpp %build