diff options
| author | Sorin Ionescu | 2012-04-25 16:30:00 -0400 |
|---|---|---|
| committer | Jack Nagel | 2012-04-25 21:41:17 -0500 |
| commit | 1fa9cc57f4992b125b01a1b117e1a9b1ade7c03f (patch) | |
| tree | 9afee7649ef1290baa7710523acd67d796a80d11 /Library/Formula/zsh.rb | |
| parent | 25a6b9d6baa379a03815bb7df915944e6714c164 (diff) | |
| download | homebrew-1fa9cc57f4992b125b01a1b117e1a9b1ade7c03f.tar.bz2 | |
zsh: Fix the prefix switch
Closes #11880.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/zsh.rb')
| -rw-r--r-- | Library/Formula/zsh.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/zsh.rb b/Library/Formula/zsh.rb index fc1ada31f..67271564e 100644 --- a/Library/Formula/zsh.rb +++ b/Library/Formula/zsh.rb @@ -16,7 +16,7 @@ class Zsh < Formula def install args = %W[ - -prefix=#{prefix} + --prefix=#{prefix} --enable-fndir=#{share}/zsh/functions --enable-site-fndir=#{share}/zsh/site-functions --enable-scriptdir=#{share}/zsh/scripts |
