aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2009-09-24 19:24:08 +0100
committerMax Howell2009-09-24 21:46:35 +0100
commit5aa007a08501019a88814b9ef7de85aef9b0ff2a (patch)
treecc3deee2b0a1053a828b3d22226b5fe69d410bd1 /Library
parentf2a69797f9024c36eb9dae8223b0e6199809d55b (diff)
downloadhomebrew-5aa007a08501019a88814b9ef7de85aef9b0ff2a.tar.bz2
Don't install .bat files (Maven formula)
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/maven.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/maven.rb b/Library/Formula/maven.rb
index 7f20db224..161cc774e 100644
--- a/Library/Formula/maven.rb
+++ b/Library/Formula/maven.rb
@@ -8,5 +8,6 @@ class Maven <Formula
def install
prefix.install %w[bin conf boot lib]
+ FileUtils.rm_f Dir["#{bin}/*.bat"]
end
end