aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pax-construct.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/pax-construct.rb')
-rw-r--r--Library/Formula/pax-construct.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pax-construct.rb b/Library/Formula/pax-construct.rb
index 88a1d4cb7..7f7ae0715 100644
--- a/Library/Formula/pax-construct.rb
+++ b/Library/Formula/pax-construct.rb
@@ -7,7 +7,7 @@ class PaxConstruct < Formula
def install
rm_rf Dir['bin/*.bat']
- prefix.install 'bin/LICENSE', 'bin/NOTICE'
+ prefix.install_metafiles 'bin' # Don't put these in bin!
libexec.install Dir['*']
bin.install_symlink Dir["#{libexec}/bin/*"]
end