[thunderbird-lightning] Fixed changing permission to js files

Jan Horak xhorak at fedoraproject.org
Tue Jul 17 12:33:39 UTC 2012


commit 7254a6d95834ac903c90fd3c2da36f4019fbe133
Author: Jan Horak <jhorak at redhat.com>
Date:   Tue Jul 17 14:33:26 2012 +0200

    Fixed changing permission to js files

 thunderbird-lightning.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/thunderbird-lightning.spec b/thunderbird-lightning.spec
index 7eaebc4..b8f1d93 100644
--- a/thunderbird-lightning.spec
+++ b/thunderbird-lightning.spec
@@ -120,7 +120,7 @@ echo "ac_add_options --disable-elf-hack" >> .mozconfig
 %endif
 
 # Fix permissions
-find -name \*.js | xargs chmod -x
+find -name \*.js -type f | xargs chmod -x
 
 #===============================================================================
 


More information about the scm-commits mailing list