aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2013-11-26 22:00:25 -0600
committerJack Nagel2013-11-26 22:00:25 -0600
commit4fc3f185b6180d57ec07a257f7d992c8fdccbeac (patch)
treec6b0c565401667b5e3a425f89a83dcf24a2a2981
parentc8b301daaaec28a59d4b7b36ae4ace188586cdf4 (diff)
downloadhomebrew-4fc3f185b6180d57ec07a257f7d992c8fdccbeac.tar.bz2
Fix my own typo
-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"],