[egoboo] Strip carraige returns from text docs

Bruno Wolff III bruno at fedoraproject.org
Tue Mar 13 02:52:22 UTC 2012


commit 0ad18924fa380be8eb80c930898e2711a479cdb5
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sun Mar 11 16:57:35 2012 -0500

    Strip carraige returns from text docs

 egoboo.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/egoboo.spec b/egoboo.spec
index bfc6b54..1d0c33c 100644
--- a/egoboo.spec
+++ b/egoboo.spec
@@ -37,6 +37,7 @@ dimension.
 
 %build
 make -C src
+sed -i 's/\r//g' BUGS.txt license.txt
 
 %install
 


More information about the scm-commits mailing list