diff options
Diffstat (limited to 'Library/Formula/tofrodos.rb')
| -rw-r--r-- | Library/Formula/tofrodos.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/tofrodos.rb b/Library/Formula/tofrodos.rb index 5bdfe83e6..f64730b0d 100644 --- a/Library/Formula/tofrodos.rb +++ b/Library/Formula/tofrodos.rb @@ -6,10 +6,10 @@ class Tofrodos <Formula md5 'aaa044f9817a048e126d9eb7a7535e96' def install - Dir.chdir 'src' + Dir.chdir 'src' system "make" bin.install %w[todos fromdos] - man1.install %w[fromdos.1] + man1.install "fromdos.1" ln_s man1+'fromdos.1', man1+'todos.1' end end |
