[opencv] Fix back eol line encoding

Nicolas Chauvet kwizart at fedoraproject.org
Mon Oct 10 18:21:39 UTC 2011


commit 180fc2057211916de6013780498df69e17394c39
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Mon Oct 10 20:21:13 2011 +0200

    Fix back eol line encoding

 opencv.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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


More information about the scm-commits mailing list