diff options
Diffstat (limited to 'Library/Formula/tor.rb')
| -rw-r--r-- | Library/Formula/tor.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/tor.rb b/Library/Formula/tor.rb index 6c9e6f100..c1d05478a 100644 --- a/Library/Formula/tor.rb +++ b/Library/Formula/tor.rb @@ -10,9 +10,6 @@ class Tor < Formula def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" - - plist_path.write startup_plist - plist_path.chmod 0644 end def startup_plist |
