qhull: fix audit warning
This commit is contained in:
parent
b3f6a118d8
commit
9b0487af96
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue