[Red5commits] [red5 commit] r3206 - java/server/branches/aclarke_autotest/test/scripts/ec2-explode

codesite-noreply at google.com codesite-noreply at google.com
Sun Oct 12 14:28:22 PDT 2008


Author: art.clarke
Date: Sun Oct 12 14:25:21 2008
New Revision: 3206

Modified:
     
java/server/branches/aclarke_autotest/test/scripts/ec2-explode/ec2-explode

Log:
- fix up broken flex permissions


Modified:  
java/server/branches/aclarke_autotest/test/scripts/ec2-explode/ec2-explode
==============================================================================
---  
java/server/branches/aclarke_autotest/test/scripts/ec2-explode/ec2-explode	 
(original)
+++  
java/server/branches/aclarke_autotest/test/scripts/ec2-explode/ec2-explode	 
Sun Oct 12 14:25:21 2008
@@ -72,8 +72,14 @@
  # # need script to install
  wget http://download.macromedia.com/pub/flex/sdk/flex_sdk_3.zip
  unzip flex_sdk_3.zip
+# For some reason, flex defaults to not readable
  cd $FLEX_HOME/runtimes/player/lnx
  tar -xzvf flashplayer.tar.gz
+# Fix the permissions here; ugh
+cd $FLEX_HOME
+chmod -f -R a+r *
+find . -type d -exec chmod a+x \{\} \;
+chmod -f -R a+x bin

  # # need script to install -- and it unzips in that directory, plus comes  
with lnx player
  # # for web servers



More information about the Red5commits mailing list