aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/pdf2image.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pdf2image.rb b/Library/Formula/pdf2image.rb
index b2867d97d..a3a47bed9 100644
--- a/Library/Formula/pdf2image.rb
+++ b/Library/Formula/pdf2image.rb
@@ -18,7 +18,7 @@ class Pdf2image < Formula
inreplace "Makefile", "/man/", "/share/man/"
# Fix incorrect variable name in Makefile
- inreplace "Makefile", "$(srcdir)", "$(SRCDIR)"
+ inreplace "src/Makefile", "$(srcdir)", "$(SRCDIR)"
# Add X11 libs manually; the Makefiles don't use LDFLAGS properly
inreplace ["src/Makefile", "xpdf/Makefile"],