[shogun-data] fixed typo

Björn Esser besser82 at fedoraproject.org
Wed Dec 24 09:46:00 UTC 2014


commit 929da8f585bdf3342af967bd79752b23edd2f004
Author: Björn Esser <bjoern.esser at gmail.com>
Date:   Wed Dec 24 10:45:38 2014 +0100

    fixed typo

 shogun-data.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shogun-data.spec b/shogun-data.spec
index aa9bc20..8facf47 100644
--- a/shogun-data.spec
+++ b/shogun-data.spec
@@ -46,7 +46,7 @@ mv easysvm/README README.easysvm
 mv faces/README LICENSE
 
 # Make sure all files are mode 0644.
-find . -type f -print 0 | xargs -0 chmod 0644
+find . -type f -print0 | xargs -0 chmod 0644
 
 
 %build


More information about the ml mailing list