From c3d383e0595845aed64407e197b90c4c1e7333ce Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 18 Apr 2012 20:40:13 -0700 Subject: [PATCH] smpeg: use make install --- Formula/smpeg.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Formula/smpeg.rb b/Formula/smpeg.rb index cd0890f2d8..e817774494 100644 --- a/Formula/smpeg.rb +++ b/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