diff options
| author | Ben Willmore | 2011-08-07 07:34:44 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2011-08-07 10:18:27 -0700 |
| commit | 4ed774e7035e4a35b84fe00982b467767979fd78 (patch) | |
| tree | 02f2c5321fe87f0bc63a4f66f4126b20780605c6 /Library/Formula | |
| parent | e45cdb7c8c4d5fb9c0d4b4e08da7057202813331 (diff) | |
| download | homebrew-4ed774e7035e4a35b84fe00982b467767979fd78.tar.bz2 | |
smpeg: install smpeg-config
This file is needed so that dependencies can configure themselves
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/smpeg.rb | 1 |
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 |
