diff options
| author | Munechika Sumikawa | 2012-10-25 23:47:41 +0900 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-25 16:14:06 -0800 |
| commit | ec5502d7b805bdd87f8f94181657d6c0ee554e1a (patch) | |
| tree | db9af3d55dc6892cd87e58df8087c4cb815b11fc /Library/Formula | |
| parent | c1e0a5b0e16d02997378575a407a904ef1e658b7 (diff) | |
| download | homebrew-ec5502d7b805bdd87f8f94181657d6c0ee554e1a.tar.bz2 | |
lv: symlink lgrep too
Closes #15662.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lv.rb | 1 |
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' |
