aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/lv.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/lv.rb b/Library/Formula/lv.rb
index adfaff5bc..a7f27b8a6 100644
--- a/Library/Formula/lv.rb
+++ b/Library/Formula/lv.rb
@@ -11,6 +11,7 @@ class Lv < Formula
system "../src/configure", "--prefix=#{prefix}"
system "make"
bin.install 'lv'
+ bin.install_symlink 'lv' => 'lgrep'
end
man1.install 'lv.1'