From c8fc2ba9c44ae8fd1e3b1a1ec4bf7f3558e3c7f4 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 18 Apr 2012 20:40:13 -0700 Subject: smpeg: use make install --- Library/Formula/smpeg.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Library') diff --git a/Library/Formula/smpeg.rb b/Library/Formula/smpeg.rb index cd0890f2d..e81777449 100644 --- a/Library/Formula/smpeg.rb +++ b/Library/Formula/smpeg.rb @@ -19,9 +19,8 @@ class Smpeg < Formula "--disable-gtktest", "--disable-sdltest" system "make" - lib.install Dir[".libs/*.dylib"] - bin.install ".libs/plaympeg" - bin.install "./smpeg-config" - include.install Dir["*.h"] + # Install script is not +x by default for some reason + system "chmod +x ./install-sh" + system "make install" end end -- cgit v1.2.3