[vegastrike-music] Fix up find running chmod

Bruno Wolff III bruno at fedoraproject.org
Sat Apr 7 17:15:03 UTC 2012


commit cc512984cea7c772283e3fa4d15b85f31b0ff38f
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Apr 7 12:05:35 2012 -0500

    Fix up find running chmod

 vegastrike-music.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vegastrike-music.spec b/vegastrike-music.spec
index cb58da8..903dc40 100644
--- a/vegastrike-music.spec
+++ b/vegastrike-music.spec
@@ -45,7 +45,7 @@ rm -f music/LICENSE.STANDALONE
 rm -f music/vegastrike-music.spec
 
 # Some of the data files are marked executable and they shouldn't be
-find . -type f -exec chmod a-x ';'
+find . -type f -exec chmod a-x '{}' ';'
 
 %build
 # nothing to build data only


More information about the scm-commits mailing list