aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mad.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/mad.rb')
-rw-r--r--Library/Formula/mad.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mad.rb b/Library/Formula/mad.rb
index a1d1f7e17..bdc731295 100644
--- a/Library/Formula/mad.rb
+++ b/Library/Formula/mad.rb
@@ -28,6 +28,6 @@ Cflags: -I${includedir}
system "./configure --disable-debugging --enable-fpm=intel --prefix='#{prefix}'"
system "make install"
- (lib+'pkgconfig'+'mad.pc').write mad_pc
+ (lib+'pkgconfig/mad.pc').write mad_pc
end
end \ No newline at end of file