diff options
| author | Adam Vandenberg | 2011-09-02 14:41:57 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-09-02 14:41:57 -0700 |
| commit | a840c4a17d2f35095eba954adf4f231559056c46 (patch) | |
| tree | 0c4fc1ccc0528052646ee56c4822cc2fd4441ab1 /Library/Formula/cherokee.rb | |
| parent | 59d0f7975c47def12d16e6326a85c35cde7e4d57 (diff) | |
| download | homebrew-a840c4a17d2f35095eba954adf4f231559056c46.tar.bz2 | |
Fix plist permissions for Lion
Diffstat (limited to 'Library/Formula/cherokee.rb')
| -rw-r--r-- | Library/Formula/cherokee.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/cherokee.rb b/Library/Formula/cherokee.rb index affd9c235..bf6126f4c 100644 --- a/Library/Formula/cherokee.rb +++ b/Library/Formula/cherokee.rb @@ -40,6 +40,7 @@ class Cherokee < Formula system "make install" prefix.install "org.cherokee.webserver.plist" + (prefix+'org.cherokee.webserver.plist').chmod 0644 (share+'cherokee/admin/server.py').chmod 0755 end end |
