diff options
| author | Jack Nagel | 2011-12-31 16:13:31 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-02-03 19:28:56 -0600 |
| commit | 95e379faf1de79a46bd49dcf890b8053afde58b8 (patch) | |
| tree | 76ca7538db49e326cc2477669f5e0658ea6128d4 /Library/Formula/tor.rb | |
| parent | b042edc8d2da07b418deb81aff5720ae51c2b620 (diff) | |
| download | homebrew-95e379faf1de79a46bd49dcf890b8053afde58b8.tar.bz2 | |
Normalize paths in embedded plist files
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/tor.rb')
| -rw-r--r-- | Library/Formula/tor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/tor.rb b/Library/Formula/tor.rb index e35c7e5f5..d25fc4b7c 100644 --- a/Library/Formula/tor.rb +++ b/Library/Formula/tor.rb @@ -32,7 +32,7 @@ class Tor < Formula <string>#{`whoami`.chomp}</string> <key>ProgramArguments</key> <array> - <string>#{bin}/tor</string> + <string>#{HOMEBREW_PREFIX}/bin/tor</string> </array> <key>WorkingDirectory</key> <string>#{HOMEBREW_PREFIX}</string> |
