[liborigin2] Fix build for F12

Chen Lei supercyper at fedoraproject.org
Wed Oct 13 07:11:02 UTC 2010


commit 3c0bf33da5159c92350e39cc9b7fc930e04d6064
Author: Chen Lei <supercyper at 163.com>
Date:   Wed Oct 13 15:10:39 2010 +0800

    Fix build for F12

 liborigin2.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/liborigin2.spec b/liborigin2.spec
index 7a84be8..78a298f 100644
--- a/liborigin2.spec
+++ b/liborigin2.spec
@@ -42,7 +42,7 @@ touch -c -r FORMAT FORMAT.tmp
 mv -f  FORMAT.tmp FORMAT
 
 # Remove DOS line endings
-dos2unix -k *
+find -maxdepth 1 -type f -exec dos2unix -k {} ";"
 
 # Remove exec permission
 find -type f -exec chmod 0644 {} ";"


More information about the scm-commits mailing list