diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/proctools.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/proctools.rb b/Library/Formula/proctools.rb index 70ec864ed..7c251b09a 100644 --- a/Library/Formula/proctools.rb +++ b/Library/Formula/proctools.rb @@ -22,7 +22,7 @@ class Proctools < Formula end def install - system "bsdmake" + system "bsdmake", "PREFIX=#{prefix}" ["pgrep/pgrep", "pkill/pkill", "pfind/pfind"].each do |prog| bin.install prog |
