diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/dict.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/dict.rb b/Library/Formula/dict.rb index 760e74341..3389e9772 100644 --- a/Library/Formula/dict.rb +++ b/Library/Formula/dict.rb @@ -11,7 +11,7 @@ class Dict < Formula "--sysconfdir=#{etc}", "--mandir=#{man}" # install the client - system "make install.dict" + system "make install" # set up the conf file (prefix+'etc/dict.conf').write <<-EOS |
