diff options
| author | Adam Vandenberg | 2014-03-27 21:00:11 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-03-27 21:00:13 -0700 |
| commit | 431a88832ea201ee8b99a87b259d8864588fed72 (patch) | |
| tree | 473c1d665a62d541f6c96c6394715e9e83c36373 /Library/Formula | |
| parent | c046c4c88bbff068087dde3f485f5db3613413bc (diff) | |
| download | homebrew-431a88832ea201ee8b99a87b259d8864588fed72.tar.bz2 | |
ghostscript: fix building with djvu support
Fix from @baikal.
Closes #27427
Diffstat (limited to 'Library/Formula')
| -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 471a82352..d0a1488cd 100644 --- a/Library/Formula/ghostscript.rb +++ b/Library/Formula/ghostscript.rb @@ -77,7 +77,7 @@ class Ghostscript < Formula (buildpath+'base').install 'gdevdjvu.c' (buildpath+'lib').install 'ps2utf8.ps' ENV['EXTRA_INIT_FILES'] = 'ps2utf8.ps' - (buildpath/'base/contrib.mak').open('a') { |f| f.write(File.read('gsdjvu.mak')) } + (buildpath/'devices/contrib.mak').open('a') { |f| f.write(File.read('gsdjvu.mak')) } end if build.with? 'djvu' cd src_dir do |
