aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-08-09 13:52:51 -0700
committerAdam Vandenberg2013-08-09 13:52:51 -0700
commit93268e78b0f1decdbfd4a9d83b910b6b5af0fcbf (patch)
tree6d8c6eee9f34d6cff1b193dce92457399915a9dd /Library/Formula
parentbca6d3c83bfc7a23c91f03e064f1cc9d0acd1e82 (diff)
downloadhomebrew-93268e78b0f1decdbfd4a9d83b910b6b5af0fcbf.tar.bz2
grads: style nit
Diffstat (limited to 'Library/Formula')
-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['*'] }