diff options
| author | Adam Vandenberg | 2012-10-21 13:07:30 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-10-21 13:24:05 -0700 |
| commit | cf366dedbc5fdb68d2aa86d3313eb324a87224ed (patch) | |
| tree | fbdd3677d7e50a555f8b4f23cdfc914478b6c1cc | |
| parent | 1849b8d1649783145a599e1c7145016aa04e5576 (diff) | |
| download | homebrew-cf366dedbc5fdb68d2aa86d3313eb324a87224ed.tar.bz2 | |
lmutil: remove unused skip_clean
| -rw-r--r-- | Library/Formula/lmutil.rb | 5 |
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' |
