diff options
| author | Adam Vandenberg | 2012-02-10 20:52:03 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-10 20:52:03 -0800 |
| commit | 09d1e20ff2fadb7755917b6796b3e2bf750315c0 (patch) | |
| tree | ec9cb5116e56104a9b9c32a58dd14b7a35c6b910 /Library/Formula | |
| parent | 124fb45827b56bc0fd1277106e5d07f99bc6accf (diff) | |
| download | homebrew-09d1e20ff2fadb7755917b6796b3e2bf750315c0.tar.bz2 | |
osmosis: style updates
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/osmosis.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/osmosis.rb b/Library/Formula/osmosis.rb index 4b25b3249..f22be35ed 100644 --- a/Library/Formula/osmosis.rb +++ b/Library/Formula/osmosis.rb @@ -1,8 +1,8 @@ require 'formula' class Osmosis < Formula - url 'http://bretth.dev.openstreetmap.org/osmosis-build/osmosis-0.39.zip' homepage 'http://wiki.openstreetmap.org/wiki/Osmosis' + url 'http://bretth.dev.openstreetmap.org/osmosis-build/osmosis-0.39.zip' md5 'd3668ec3cf713246929de1b2f75eadef' def patches @@ -11,8 +11,8 @@ class Osmosis < Formula end def install - bin.install Dir['bin/osmosis'] - %w(lib config script).each { |d| libexec.install d } + bin.install 'bin/osmosis' + libexec.install %w(lib config script) end end |
