aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/qhull.rb
diff options
context:
space:
mode:
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 03ec9a587..d56a459b7 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=#{man1} ."
+ system "cmake #{std_cmake_parameters} -DMAN_INSTALL_DIR='#{man1}' ."
system "make install"
end
end