[shogun] fix find-command

Björn Esser besser82 at fedoraproject.org
Mon Feb 24 18:15:04 UTC 2014


commit ee61e135559ddb9035ad424ec98650ecd2014df4
Author: Björn Esser <bjoern.esser at gmail.com>
Date:   Mon Feb 24 19:15:30 2014 +0100

    fix find-command

 shogun.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shogun.spec b/shogun.spec
index 51e53e9..d1715e1 100644
--- a/shogun.spec
+++ b/shogun.spec
@@ -847,7 +847,7 @@ do
 done
 
 # Make sure all files in examples have mode 0644.
-find doc/examples -depth -type f | xargs -0 chmod 0644
+find doc/examples -depth -type f -print0 | xargs -0 chmod 0644
 
 ###############################################################################
 


More information about the scm-commits mailing list