From c428a1e7f89befb7affb10011466ea9889301ab3 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 17 Apr 2012 21:51:58 -0700 Subject: cfengine: don't use full path to make --- Library/Formula/cfengine.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/cfengine.rb b/Library/Formula/cfengine.rb index 1995ca73a..8bfb68f4c 100644 --- a/Library/Formula/cfengine.rb +++ b/Library/Formula/cfengine.rb @@ -12,7 +12,7 @@ class Cfengine < Formula "--prefix=#{prefix}", "--with-workdir=#{var}/cfengine", "--with-tokyocabinet" - system "/usr/bin/make install" + system "make install" end def test -- cgit v1.2.3