aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/smpeg.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/smpeg.rb b/Library/Formula/smpeg.rb
index ee698ef77..58d60914d 100644
--- a/Library/Formula/smpeg.rb
+++ b/Library/Formula/smpeg.rb
@@ -16,6 +16,7 @@ class Smpeg < Formula
system "make"
lib.install Dir[".libs/*.dylib"]
bin.install ".libs/plaympeg"
+ bin.install "./smpeg-config"
include.install Dir["*.h"]
end
end