[egoboo] The config files need carriage returns skipped

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


commit b9da111826c99737c0bc244f0f910c7d4ac3d79a
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sun Mar 11 17:44:08 2012 -0500

    The config files need carriage returns skipped

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


More information about the scm-commits mailing list