rubber: remove missing patch

Closes Homebrew/homebrew#32376.
master
Jack Nagel 2014-09-18 14:35:33 -05:00
parent e624bfb67d
commit 665e35e1a9
1 changed files with 0 additions and 7 deletions

View File

@ -5,13 +5,6 @@ class Rubber < Formula
url 'http://launchpad.net/rubber/trunk/1.1/+download/rubber-20100306.tar.gz'
sha1 'cd382a19cc9fc65d114456ec9d6b042dc0e65b53'
# Creates missing .in files and adds them to the configure phase
# otherwise rubber modules are not found after install
patch do
url "https://gist.githubusercontent.com/mgee/370408/raw/484d76d042e936053de41fbbe48f5dbdbd1b71b8/fix_rubber_configure.patch"
sha1 "29173bd22b7ae6216d1255597b6755931df9a33e"
end
def install
system "./configure", "--prefix=#{prefix}",
"--mandir=#{man}",