aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/lmutil.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-10-21 13:07:30 -0700
committerAdam Vandenberg2012-10-21 13:24:05 -0700
commitcf366dedbc5fdb68d2aa86d3313eb324a87224ed (patch)
treefbdd3677d7e50a555f8b4f23cdfc914478b6c1cc /Library/Formula/lmutil.rb
parent1849b8d1649783145a599e1c7145016aa04e5576 (diff)
downloadhomebrew-cf366dedbc5fdb68d2aa86d3313eb324a87224ed.tar.bz2
lmutil: remove unused skip_clean
Diffstat (limited to 'Library/Formula/lmutil.rb')
-rw-r--r--Library/Formula/lmutil.rb5
1 files changed, 1 insertions, 4 deletions
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'