diff options
| author | Jack Nagel | 2014-03-19 20:21:16 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 21:42:17 -0500 |
| commit | 6df6903a5986acc81756d0ae36deb98a61084a7e (patch) | |
| tree | e9fcf3d617be37e3c0d336ce5eb85101cce558c9 /Library/Formula | |
| parent | f63f1f863e07f8665877e2357b6f46f0aeb3d570 (diff) | |
| download | homebrew-6df6903a5986acc81756d0ae36deb98a61084a7e.tar.bz2 | |
osmosis: use patch DSL
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/osmosis.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/osmosis.rb b/Library/Formula/osmosis.rb index 69748a230..b0a3de8c5 100644 --- a/Library/Formula/osmosis.rb +++ b/Library/Formula/osmosis.rb @@ -5,10 +5,8 @@ class Osmosis < Formula url 'http://bretth.dev.openstreetmap.org/osmosis-build/osmosis-0.43-RELEASE.zip' sha256 'c891fe095b7f960f575cb39d9794c67cc7df9f4c665d2dda88dfb57b770f0bbe' - def patches - # need to adjust home dir for a clean install - DATA - end + # need to adjust home dir for a clean install + patch :DATA def install bin.install 'bin/osmosis' |
