From cf366dedbc5fdb68d2aa86d3313eb324a87224ed Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 21 Oct 2012 13:07:30 -0700 Subject: lmutil: remove unused skip_clean --- Library/Formula/lmutil.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/lmutil.rb b/Library/Formula/lmutil.rb index eded0ac89..e71181610 100644 --- a/Library/Formula/lmutil.rb +++ b/Library/Formula/lmutil.rb @@ -1,14 +1,11 @@ require 'formula' class Lmutil < Formula + homepage 'http://www.globes.com/support/fnp_utilities_download.htm' url 'http://www.globes.com/products/utilities/v11.10/lmutil_universal_mac10.tar.gz' version '11.10' - homepage 'http://www.globes.com/support/fnp_utilities_download.htm' sha1 '5c8294459c77dd1a4f5bfc461d2cc3f97dcda4b1' - # Stripping the binaries would invalidate the code signatures - skip_clean ['bin'] - def install bin.install 'lmutil' chmod 0755, bin+'lmutil' -- cgit v1.2.3