From 431a88832ea201ee8b99a87b259d8864588fed72 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 27 Mar 2014 21:00:11 -0700 Subject: ghostscript: fix building with djvu support Fix from @baikal. Closes #27427 --- Library/Formula/ghostscript.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/ghostscript.rb') 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 -- cgit v1.2.3