diff options
Diffstat (limited to 'Library/Formula/despotify.rb')
| -rw-r--r-- | Library/Formula/despotify.rb | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/Library/Formula/despotify.rb b/Library/Formula/despotify.rb index 454e8f348..42f0287e9 100644 --- a/Library/Formula/despotify.rb +++ b/Library/Formula/despotify.rb @@ -10,8 +10,7 @@ class Despotify <Formula    def install      system "make Makefile.local.mk" -    inreplace "Makefile.local.mk", -      "# INSTALL_PREFIX = /usr", "INSTALL_PREFIX = #{prefix}" +    inreplace "Makefile.local.mk", "# INSTALL_PREFIX = /usr", "INSTALL_PREFIX = #{prefix}"      system "make"      system "make install"    end | 
