aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/grads.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/grads.rb b/Library/Formula/grads.rb
index 9d09770c3..c08249084 100644
--- a/Library/Formula/grads.rb
+++ b/Library/Formula/grads.rb
@@ -12,8 +12,7 @@ class Grads < Formula
def install
rm 'bin/INSTALL'
- prefix.install 'bin/COPYRIGHT'
- prefix.install 'bin'
+ prefix.install 'bin/COPYRIGHT', 'bin'
# Install the required supplementary files
GradsSupplementary.new.brew{ (lib+'grads').install Dir['*'] }