Don't chmod the lib directory, it causes an error.
parent
8c3db742da
commit
6b053b032c
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue