/usr/bin/install -c -s -m 555 lv /usr/local/bin if test -f /usr/local/bin/lgrep; then \ /bin/rm -f /usr/local/bin/lgrep; \ fi (cd /usr/local/bin; ln lv lgrep) if test ! -d /usr/local/lib/lv; then \ mkdir -p /usr/local/lib/lv; \ fi /usr/bin/install -c -m 444 ../src/../lv.hlp /usr/local/lib/lv if test -d /usr/local/man -a -d /usr/local/man/man1; then \ /usr/bin/install -c -m 444 ../src/../lv.1 /usr/local/man/man1; \ fi