added chmod fix for script that needs to be executable.
authorChris Koeritz <fred@gruntose.com>
Mon, 25 Jul 2016 05:08:45 +0000 (01:08 -0400)
committerChris Koeritz <fred@gruntose.com>
Mon, 25 Jul 2016 05:08:45 +0000 (01:08 -0400)
scripts/generator/produce_feisty_meow.sh

index 354d2fb4973ff0b95150ad43ceffb25080b4027d..34a5ebd1c2651fe1e86a220b09e43719380390cd 100644 (file)
@@ -183,6 +183,7 @@ fi
 chmod 755 "$CLAM_DIR"/*.sh
 chmod 755 "$CLAM_DIR"/cpp/*.sh
 #chmod 755 "$CLAM_DIR"/csharp/*.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.