diff options
Diffstat (limited to 'Library/Formula/scummvm.rb')
| -rw-r--r-- | Library/Formula/scummvm.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/scummvm.rb b/Library/Formula/scummvm.rb index 751db2c60..10d48ba3f 100644 --- a/Library/Formula/scummvm.rb +++ b/Library/Formula/scummvm.rb @@ -19,7 +19,7 @@ prefer to use theirs. If so type `brew home scummvm' to visit their site.    depends_on 'libogg' => :recommended    def install -    system "./configure --prefix='#{prefix}' --disable-debug" +    system "./configure", "--prefix=#{prefix}", "--disable-debug"      system "make install"      (share+'pixmaps').rmtree    end | 
