aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/maven-shell.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/maven-shell.rb')
-rw-r--r--Library/Formula/maven-shell.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/maven-shell.rb b/Library/Formula/maven-shell.rb
index e143b2e04..d016fb928 100644
--- a/Library/Formula/maven-shell.rb
+++ b/Library/Formula/maven-shell.rb
@@ -9,9 +9,8 @@ class MavenShell < Formula
# Remove windows files.
rm_f Dir["bin/*.bat"]
- # Install jars in libexec to avoid conflicts.
- prefix.install %w{ NOTICE.txt LICENSE.txt README.txt }
+ prefix.install_metafiles
libexec.install Dir['*']
- bin.install_symlink "#{libexec}/bin/mvnsh"
+ bin.install_symlink libexec/"bin/mvnsh"
end
end