diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ghostscript.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ghostscript.rb b/Library/Formula/ghostscript.rb index f90cf192e..a3787add9 100644 --- a/Library/Formula/ghostscript.rb +++ b/Library/Formula/ghostscript.rb @@ -65,7 +65,7 @@ class Ghostscript < Formula (buildpath+'base').install 'gdevdjvu.c' (buildpath+'lib').install 'ps2utf8.ps' ENV['EXTRA_INIT_FILES'] = 'ps2utf8.ps' - File.open((buildpath+'base/contrib.mak'),'a'){|f|f.write(IO.read('gsdjvu.mak'))} #cat + (buildpath/'base/contrib.mak').open('a').write(File.read('gsdjvi.mak')) end end |
