diff options
Diffstat (limited to 'Library/Formula/unrar.rb')
| -rw-r--r-- | Library/Formula/unrar.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/unrar.rb b/Library/Formula/unrar.rb index 21cc0c4dc..ca94bad0c 100644 --- a/Library/Formula/unrar.rb +++ b/Library/Formula/unrar.rb @@ -8,7 +8,7 @@ class Unrar <Formula def install system "make --makefile makefile.unix" bin.install 'unrar' - + mv 'license.txt', 'COPYING' mv 'readme.txt', 'README' end |
