aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/qhull.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-08-30 09:40:48 -0700
committerAdam Vandenberg2011-08-30 09:40:48 -0700
commit112f20bc11636d766af1de519b6c314a6f89b99e (patch)
treee23f1c46bc1936310b5aefec3511b9f1b1e9bdc3 /Library/Formula/qhull.rb
parentee17ea2e86bd441fbd881f7c1927ec748e3d8c97 (diff)
downloadhomebrew-112f20bc11636d766af1de519b6c314a6f89b99e.tar.bz2
qhull: fix audit warning
Diffstat (limited to 'Library/Formula/qhull.rb')
-rw-r--r--Library/Formula/qhull.rb2
1 files changed, 1 insertions, 1 deletions
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