From a5796a8fb8a0ee091635e8751fc0207ddcc82a10 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 13 Oct 2010 14:25:33 +0100 Subject: Don't chmod the lib directory, it causes an error. --- Library/Formula/valgrind.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library') diff --git a/Library/Formula/valgrind.rb b/Library/Formula/valgrind.rb index 825667624..a591aaf6d 100644 --- a/Library/Formula/valgrind.rb +++ b/Library/Formula/valgrind.rb @@ -17,6 +17,8 @@ class Valgrind :build depends_on 'boost' + skip_clean 'lib' + def install system "./autogen.sh" if File.exists? "autogen.sh" -- cgit v1.2.3