aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/bagit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/bagit.rb b/Library/Formula/bagit.rb
index c5bd6c731..e7cd37d6d 100644
--- a/Library/Formula/bagit.rb
+++ b/Library/Formula/bagit.rb
@@ -8,7 +8,7 @@ class Bagit < Formula
skip_clean 'logs'
def install
- prefix.install %w{ LICENSE.txt README.txt conf logs}
+ prefix.install %w{conf logs}
libexec.install Dir['lib/*']
inreplace "bin/bag", "$APP_HOME/lib", "$APP_HOME/libexec"
inreplace "bin/bag.classworlds.conf", "${app.home}/lib", "${app.home}/libexec"