This commit is contained in:
Roland Walker 2014-09-10 11:37:03 -04:00
parent 57b2b6cea3
commit 5e180ba0f2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ class Mamp < Cask
url 'http://downloads9.mamp.info/MAMP-PRO/releases/3.0.6/MAMP_MAMP_PRO_3.0.6.pkg'
homepage 'http://www.mamp.info/en/index.html'
install 'MAMP_MAMP_PRO_3.0.6.pkg'
pkg 'MAMP_MAMP_PRO_3.0.6.pkg'
postflight do
system '/usr/bin/sudo', '-E', '--',
'/usr/sbin/chown', '-R', '--', "#{Etc.getpwuid(Process.euid).name}:staff", '/Applications/MAMP', '/Applications/MAMP PRO'