pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/tools Fixed typo in finding grep(1).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f147f51e7f21
branches:  trunk
changeset: 493747:f147f51e7f21
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 14 01:25:19 2005 +0000

description:
Fixed typo in finding grep(1).

diffstat:

 mk/tools/tools.Linux.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 861e7eed4a7f -r f147f51e7f21 mk/tools/tools.Linux.mk
--- a/mk/tools/tools.Linux.mk   Sat May 14 01:04:37 2005 +0000
+++ b/mk/tools/tools.Linux.mk   Sat May 14 01:25:19 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.Linux.mk,v 1.12 2005/05/13 19:53:08 minskim Exp $
+# $NetBSD: tools.Linux.mk,v 1.13 2005/05/14 01:25:19 rillig Exp $
 #
 # System-supplied tools for the Linux operating system.
 
@@ -52,7 +52,7 @@
 .endif
 .if exists(/bin/grep)
 TOOLS_PLATFORM.grep?=          /bin/grep
-.elif exists(/bin/grep)
+.elif exists(/usr/bin/grep)
 TOOLS_PLATFORM.grep?=          /usr/bin/grep
 .endif
 .if exists(/bin/sed)



Home | Main Index | Thread Index | Old Index