Don't chmod the lib directory, it causes an error.

master
Mike McQuaid 2010-10-13 14:25:33 +01:00
parent 8c3db742da
commit 6b053b032c
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ class Valgrind <Formula
depends_on 'pkg-config' => :build
depends_on 'boost'
skip_clean 'lib'
def install
system "./autogen.sh" if File.exists? "autogen.sh"