aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/groovyserv.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/groovyserv.rb')
-rw-r--r--Library/Formula/groovyserv.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/groovyserv.rb b/Library/Formula/groovyserv.rb
index 3df97ab65..ca0c0e07e 100644
--- a/Library/Formula/groovyserv.rb
+++ b/Library/Formula/groovyserv.rb
@@ -13,8 +13,6 @@ class Groovyserv < Formula
ENV['CC'] = ENV['CFLAGS'] = nil # to workaround
system './gradlew clean executables'
- prefix.install %w{LICENSE.txt README.txt NOTICE.txt}
-
# Install executables in libexec to avoid conflicts
libexec.install Dir["build/executables/{bin,lib}"]