aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2010-10-13 14:25:33 +0100
committerMike McQuaid2010-10-13 14:26:11 +0100
commita5796a8fb8a0ee091635e8751fc0207ddcc82a10 (patch)
tree48b03f3fedfcd366392fa077b2ea1141ed012dfb
parent3e1362138c70ded8ff08e2ad23e777292e582315 (diff)
downloadhomebrew-a5796a8fb8a0ee091635e8751fc0207ddcc82a10.tar.bz2
Don't chmod the lib directory, it causes an error.
-rw-r--r--Library/Formula/valgrind.rb2
1 files changed, 2 insertions, 0 deletions
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 <Formula
depends_on 'pkg-config' => :build
depends_on 'boost'
+ skip_clean 'lib'
+
def install
system "./autogen.sh" if File.exists? "autogen.sh"