Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 239874 | Differences between
and this patch

Collapse All | Expand All

(-)../src/Makefile.in.orig (-1 / +1 lines)
Lines 64-70 Link Here
64
#
64
#
65
65
66
install::
66
install::
67
	$(INSTALL) -s -m 555 lv $(bindir)
67
	$(INSTALL) -m 555 lv $(bindir)
68
	if test -f $(bindir)/lgrep; then \
68
	if test -f $(bindir)/lgrep; then \
69
		/bin/rm -f $(bindir)/lgrep; \
69
		/bin/rm -f $(bindir)/lgrep; \
70
	fi
70
	fi

Return to bug 239874