aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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