diff options
| author | Jack Nagel | 2013-11-26 22:00:25 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-11-26 22:00:25 -0600 |
| commit | 4fc3f185b6180d57ec07a257f7d992c8fdccbeac (patch) | |
| tree | c6b0c565401667b5e3a425f89a83dcf24a2a2981 | |
| parent | c8b301daaaec28a59d4b7b36ae4ace188586cdf4 (diff) | |
| download | homebrew-4fc3f185b6180d57ec07a257f7d992c8fdccbeac.tar.bz2 | |
Fix my own typo
| -rw-r--r-- | Library/Formula/pdf2image.rb | 2 |
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"], |
