diff options
| author | Michael Lapinsky | 2011-04-17 19:45:22 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-04-18 10:34:13 -0700 |
| commit | 2f483e349bc3cea290f993f7fe00984c8ce06f7d (patch) | |
| tree | 7538b41a0dfd380ce8aa38e67089bc053a17a08c /Library/Formula/scantailor.rb | |
| parent | a3cec7e5155a9d565d105459d6ff6293eac7c4d1 (diff) | |
| download | homebrew-2f483e349bc3cea290f993f7fe00984c8ce06f7d.tar.bz2 | |
Changed X11R6 paths to X11
Fixed formulas referencing X11 via the X11R6 symlink to instead reference the
path X11 should be at directly (in case the user doesn't have that symlink,
like I didn't)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/scantailor.rb')
| -rw-r--r-- | Library/Formula/scantailor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/scantailor.rb b/Library/Formula/scantailor.rb index 82f1401ae..84b3f9d61 100644 --- a/Library/Formula/scantailor.rb +++ b/Library/Formula/scantailor.rb @@ -12,7 +12,7 @@ class Scantailor < Formula depends_on 'libtiff' def install - system "cmake . #{std_cmake_parameters} -DPNG_INCLUDE_DIR=/usr/X11R6/include" + system "cmake . #{std_cmake_parameters} -DPNG_INCLUDE_DIR=/usr/X11/include" system "make install" end end |
