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/tor.rb | |
| parent | 59d0f7975c47def12d16e6326a85c35cde7e4d57 (diff) | |
| download | homebrew-a840c4a17d2f35095eba954adf4f231559056c46.tar.bz2 | |
Fix plist permissions for Lion
Diffstat (limited to 'Library/Formula/tor.rb')
| -rw-r--r-- | Library/Formula/tor.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/tor.rb b/Library/Formula/tor.rb index 2ecacfaf5..e9870e957 100644 --- a/Library/Formula/tor.rb +++ b/Library/Formula/tor.rb @@ -17,6 +17,7 @@ class Tor < Formula      system "make install"      (prefix+'org.tor.plist').write startup_plist +    (prefix+'org.tor.plist').chmod 0644    end    def startup_plist  | 
