qhull: fix audit warning

This commit is contained in:
Adam Vandenberg 2011-08-30 09:40:48 -07:00
parent b3f6a118d8
commit 9b0487af96

View file

@ -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