Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Changes syntax to handle spaces in prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahao committed May 15, 2012
1 parent 1153da8 commit 08e5ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/valkyrie.rb
Expand Up @@ -10,7 +10,7 @@ class Valkyrie < Formula
depends_on 'valgrind'

def install
system "qmake PREFIX=#{prefix}"
system "qmake", "PREFIX=#{prefix}"
system "make install"

#Move app to where homebrew expects it to be
Expand Down

0 comments on commit 08e5ffc

Please sign in to comment.