aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2014-03-27 21:00:11 -0700
committerAdam Vandenberg2014-03-27 21:00:13 -0700
commit431a88832ea201ee8b99a87b259d8864588fed72 (patch)
tree473c1d665a62d541f6c96c6394715e9e83c36373 /Library/Formula
parentc046c4c88bbff068087dde3f485f5db3613413bc (diff)
downloadhomebrew-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.rb2
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