aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fftw.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/fftw.rb')
-rw-r--r--Library/Formula/fftw.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fftw.rb b/Library/Formula/fftw.rb
index ce9df6bed..9e3074341 100644
--- a/Library/Formula/fftw.rb
+++ b/Library/Formula/fftw.rb
@@ -49,6 +49,6 @@ class Fftw <Formula
system "make install"
#wtf file?
- (prefix+'share'+'info'+'dir').unlink
+ (prefix+'share/info/dir').unlink
end
end