From 221f0cd1f8c20f56b6f3b723890a6eee6794b1de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Matos?= Date: Fri, 17 Aug 2018 17:08:05 +0100 Subject: [PATCH] update to 9.100.5 add white lines to improve spec file readability --- armadillo.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armadillo.spec b/armadillo.spec index ddcf254..d87a196 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -65,7 +65,7 @@ and user documentation (API reference guide). # convert DOS end-of-line to UNIX end-of-line -for file in README.txt; do +for file in README.md; do sed 's/\r//' $file >$file.new && \ touch -r $file $file.new && \ mv $file.new $file