From 7f62b4a45d14d4153ad3852de7ed52bcbfa44454 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 21 Apr 2014 22:41:49 -0500 Subject: Rely on the build environment rather than use MacOS.locate Our build environment setup ensures these tools will be on the PATH, so we shouldn't use private API to find them. --- Library/Formula/libmxml.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/libmxml.rb') diff --git a/Library/Formula/libmxml.rb b/Library/Formula/libmxml.rb index d7c38c0b6..9a4df48ea 100644 --- a/Library/Formula/libmxml.rb +++ b/Library/Formula/libmxml.rb @@ -14,7 +14,7 @@ class Libmxml < Formula "--prefix=#{prefix}" # Makefile hard-codes the path to /Developer - inreplace "Makefile", "/Developer/usr/bin/docsetutil", MacOS.locate('docsetutil') + inreplace "Makefile", "/Developer/usr/bin/docsetutil", "docsetutil" system "make" system "make install" -- cgit v1.2.3