1 #!/usr/bin/env sh
   2 
   3 chown -R root:wheel "INSTALL_LOCATION"
   4 chmod -R o+rX "INSTALL_LOCATION"
   5 
   6 exit 0