From 112f20bc11636d766af1de519b6c314a6f89b99e Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 30 Aug 2011 09:40:48 -0700 Subject: qhull: fix audit warning --- Library/Formula/qhull.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/qhull.rb b/Library/Formula/qhull.rb index eb69d00c5..9ab37bf51 100644 --- a/Library/Formula/qhull.rb +++ b/Library/Formula/qhull.rb @@ -21,7 +21,7 @@ class Qhull < Formula end def install - system "cmake . #{std_cmake_parameters} -DMAN_INSTALL_DIR=#{man}/man1" + system "cmake . #{std_cmake_parameters} -DMAN_INSTALL_DIR=#{man1}" system "make install" end end -- cgit v1.2.3