aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mmv.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mmv.rb b/Library/Formula/mmv.rb
index 591b130eb..05107ff3c 100644
--- a/Library/Formula/mmv.rb
+++ b/Library/Formula/mmv.rb
@@ -18,8 +18,8 @@ class Mmv < Formula
man1.install 'mmv.1'
%w[mcp mad mln].each do |mxx|
- ln bin+'mmv', bin+mxx
- ln man1+'mmv.1', man1+"#{mxx}.1"
+ bin.install_symlink "mmv" => mxx
+ man1.install_symlink "mmv.1" => "#{mxx}.1"
end
end
end