aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libraw.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-08-09 13:59:57 -0700
committerAdam Vandenberg2013-08-09 13:59:57 -0700
commit52f03e882bfc6395fcc0956f0478b719c0151599 (patch)
tree2cfc4f395d64b52b6524446e72077415085ec83a /Library/Formula/libraw.rb
parent93268e78b0f1decdbfd4a9d83b910b6b5af0fcbf (diff)
downloadhomebrew-52f03e882bfc6395fcc0956f0478b719c0151599.tar.bz2
libraw: style nit
Diffstat (limited to 'Library/Formula/libraw.rb')
-rw-r--r--Library/Formula/libraw.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/libraw.rb b/Library/Formula/libraw.rb
index 262d88d97..7bfbb99ee 100644
--- a/Library/Formula/libraw.rb
+++ b/Library/Formula/libraw.rb
@@ -35,8 +35,7 @@ class Libraw < Formula
system "make"
system "make install"
doc.install Dir['doc/*']
- (prefix+'samples').mkpath
- (prefix+'samples').install Dir['samples/*']
+ prefix.install 'samples'
end
def test