pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools Fixed a typo when looking for /usr/bin/cmp.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f93993a4febb
branches:  trunk
changeset: 493766:f93993a4febb
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 14 10:14:29 2005 +0000

description:
Fixed a typo when looking for /usr/bin/cmp.

diffstat:

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

diffs (18 lines):

diff -r afcdc1223399 -r f93993a4febb mk/tools/tools.SunOS.mk
--- a/mk/tools/tools.SunOS.mk   Sat May 14 07:15:29 2005 +0000
+++ b/mk/tools/tools.SunOS.mk   Sat May 14 10:14:29 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.SunOS.mk,v 1.12 2005/05/14 01:04:37 rillig Exp $
+# $NetBSD: tools.SunOS.mk,v 1.13 2005/05/14 10:14:29 rillig Exp $
 #
 # System-supplied tools for the Solaris operating system.
 
@@ -14,7 +14,7 @@
 TOOLS_PLATFORM.chown?=         /usr/bin/chown
 .if exists(/bin/cmp)
 TOOLS_PLATFORM.cmp?=           /bin/cmp
-.elif exists(/bin/cmp)
+.elif exists(/usr/bin/cmp)
 TOOLS_PLATFORM.cmp?=           /usr/bin/cmp
 .endif
 TOOLS_PLATFORM.cp?=            /bin/cp



Home | Main Index | Thread Index | Old Index