diff options
| author | Adam Vandenberg | 2010-08-15 15:20:41 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-08-15 15:20:56 -0700 |
| commit | a23f6711ae61996a0dae2e03767d5c506b8a2fdc (patch) | |
| tree | 969afab1646e14bcbb59bb85f7449d72e3bc367b /Library | |
| parent | 247ac4f255a6fcd73f5dea33b89c63c465468cf9 (diff) | |
| download | homebrew-a23f6711ae61996a0dae2e03767d5c506b8a2fdc.tar.bz2 | |
migreazy - fix audit warnings
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/migreazy.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/migreazy.rb b/Library/Formula/migreazy.rb index 0c5b30896..c22ae3915 100644 --- a/Library/Formula/migreazy.rb +++ b/Library/Formula/migreazy.rb @@ -3,9 +3,9 @@ require 'formula' class Migreazy <Formula head 'git://github.com/fhwang/migreazy.git' homepage 'http://github.com/fhwang/migreazy' - + def install - FileUtils.mv 'MIT-LICENSE', 'LICENSE' + mv 'MIT-LICENSE', 'LICENSE' bin.install 'bin/migreazy' end end |
