diff options
Diffstat (limited to 'Library/Formula/neko.rb')
| -rw-r--r-- | Library/Formula/neko.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/neko.rb b/Library/Formula/neko.rb index 6fcc1d7ee..d54bf98b8 100644 --- a/Library/Formula/neko.rb +++ b/Library/Formula/neko.rb @@ -9,7 +9,7 @@ class Neko < Formula def install ENV.deparallelize # parallel build fails - system "yes s | make MACOSX=1 INSTALL_PREFIX=#{prefix}" + system "yes s | make MACOSX=1 INSTALL_PREFIX='#{prefix}'" prefix.install %w{bin libs src} end end |
