diff options
| author | Adam Vandenberg | 2012-02-25 16:46:38 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-25 16:46:38 -0800 |
| commit | 4b3ddb9d977f46d73333569abd50bc4ea03ad266 (patch) | |
| tree | 8590d0f2fda7530e7a272007e70b6a24b32dfb76 /Library | |
| parent | ab7406134561ca9593626d264647ac33ee53b02c (diff) | |
| download | homebrew-4b3ddb9d977f46d73333569abd50bc4ea03ad266.tar.bz2 | |
bagit: meta-files are installed by default
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/bagit.rb | 2 |
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" |
