From 4ed774e7035e4a35b84fe00982b467767979fd78 Mon Sep 17 00:00:00 2001 From: Ben Willmore Date: Sun, 7 Aug 2011 07:34:44 +0100 Subject: smpeg: install smpeg-config This file is needed so that dependencies can configure themselves Signed-off-by: Adam Vandenberg --- Library/Formula/smpeg.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') 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 -- cgit v1.2.3