From: Chris Koeritz Date: Mon, 25 Jul 2016 05:08:45 +0000 (-0400) Subject: added chmod fix for script that needs to be executable. X-Git-Tag: 2.140.90~498 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=237a9c116797df90082fb77bf636d9cce0c8d65c;p=feisty_meow.git added chmod fix for script that needs to be executable. --- diff --git a/scripts/generator/produce_feisty_meow.sh b/scripts/generator/produce_feisty_meow.sh index 354d2fb4..34a5ebd1 100644 --- a/scripts/generator/produce_feisty_meow.sh +++ b/scripts/generator/produce_feisty_meow.sh @@ -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.