From: Ari Johnson Date: Sat, 3 Mar 2007 04:11:02 +0000 (+0000) Subject: Forgot to make makedist.sh executable X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=fef40e8894d43392f0e4371da188e9420b63da8e;p=cobramush.git Forgot to make makedist.sh executable (cherry picked from commit 1a2a661f2afaae53a39902912df58836a2c5d2c0) --- diff --git a/utils/preparedist.sh b/utils/preparedist.sh index 7bf9bcc..ad09431 100644 --- a/utils/preparedist.sh +++ b/utils/preparedist.sh @@ -10,6 +10,7 @@ cd .. # Step 1: set appropriate scripts executable echo "Setting scripts executable..." +chmod 755 utils/makedist.sh chmod 755 utils/customize.pl chmod 755 utils/make_access_cnf.sh chmod 755 utils/mkvershlp.pl