diff options
Diffstat (limited to 'Library/Formula/cuetools.rb')
| -rwxr-xr-x | Library/Formula/cuetools.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/cuetools.rb b/Library/Formula/cuetools.rb index aa9f6456b..3883c9bd4 100755 --- a/Library/Formula/cuetools.rb +++ b/Library/Formula/cuetools.rb @@ -6,7 +6,9 @@ class Cuetools <Formula md5 '45575f7a1bdc6615599fa6cb49845cca' def install - system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking", "--mandir=#{man}" + system "./configure", "--disable-debug", "--disable-dependency-tracking", + "--prefix=#{prefix}", + "--mandir=#{man}" system "make install" end end |
