aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-25 16:46:38 -0800
committerAdam Vandenberg2012-02-25 16:46:38 -0800
commit4b3ddb9d977f46d73333569abd50bc4ea03ad266 (patch)
tree8590d0f2fda7530e7a272007e70b6a24b32dfb76 /Library/Formula
parentab7406134561ca9593626d264647ac33ee53b02c (diff)
downloadhomebrew-4b3ddb9d977f46d73333569abd50bc4ea03ad266.tar.bz2
bagit: meta-files are installed by default
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"