Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
qhull: fix audit warning
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Aug 30, 2011
1 parent ee17ea2 commit 112f20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/qhull.rb
Expand Up @@ -21,7 +21,7 @@ def patches
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

0 comments on commit 112f20b

Please sign in to comment.