still tracking rogue chmods
[feisty_meow.git] / scripts / generator / produce_feisty_meow.sh
index d9c832526378f8a488a551442e309e70230a9457..dbecd2637009bd8a0182397b5e9f7402f7e1f013 100644 (file)
@@ -180,10 +180,12 @@ if [ -z "$SAVE_BINARIES" ]; then
 fi
 
 # make the clam shell scripts executable.
-chmod 755 "$CLAM_SCRIPTS"/*.sh
-chmod 755 "$CLAM_SCRIPTS"/cpp/*.sh
+#hmmm: why?  this should no longer be needed.
+#      and even if it's needed, the perms should be stored in the repo.
+#chmod 755 "$CLAM_SCRIPTS"/*.sh
+#chmod 755 "$CLAM_SCRIPTS"/cpp/*.sh
 #chmod 755 "$CLAM_SCRIPTS"/csharp/*.sh
-chmod 755 "$FEISTY_MEOW_SCRIPTS/generator/wrapdoze.sh"
+#chmod 755 "$FEISTY_MEOW_SCRIPTS/generator/wrapdoze.sh"
 
 # rebuild the dependency tool.  needed by everything, pretty much, but
 # since it's from the xfree project, it doesn't need any of our libraries.