force writable perms on Google Quick Search Box

Fixes #4402.  It might be reasonable to do this on all
installations by default.
This commit is contained in:
Roland Walker 2014-05-14 08:23:53 -04:00
parent 8837bc5700
commit 3196373f35
1 changed files with 3 additions and 0 deletions

View File

@ -4,4 +4,7 @@ class GoogleQuickSearchBox < Cask
version '2.0.0.1447'
sha256 '3fec80343c50a5b492e140fef13bd1bc4cce835beb3952591e8b4638e5940470'
link 'Google Quick Search Box.app'
after_install do
system '/bin/chmod', '-R', '--', 'u+w', destination_path
end
end