aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2012-08-04 10:35:16 +0100
committerMike McQuaid2012-08-04 10:36:31 +0100
commit8a61a988aed2994b9aefa4387277d9e87d486cce (patch)
tree1dbd0c15f8f71227f4671c5aba23eb2e6e51e10b /Library
parentc653f9849bb8b0377e15819cff44212d80b0f760 (diff)
downloadhomebrew-8a61a988aed2994b9aefa4387277d9e87d486cce.tar.bz2
graphviz: remove unexecutable gvmap.sh from bin
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/graphviz.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/graphviz.rb b/Library/Formula/graphviz.rb
index a92d438bc..a87c4bd3c 100644
--- a/Library/Formula/graphviz.rb
+++ b/Library/Formula/graphviz.rb
@@ -49,6 +49,7 @@ class Graphviz < Formula
system "xcodebuild", "-configuration", "Release", "SYMROOT=build", "PREFIX=#{prefix}", "ONLY_ACTIVE_ARCH=YES"
end
prefix.install "macosx/build/Release/Graphviz.app"
+ (bin+'gvmap.sh').unlink
end
def test