pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools Update location for true(1), taken from 3.4RC...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f62af26e415
branches:  trunk
changeset: 324759:4f62af26e415
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Sun Oct 28 17:17:40 2018 +0000

description:
Update location for true(1), taken from 3.4RC6 build.

diffstat:

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

diffs (18 lines):

diff -r 545a06f13c97 -r 4f62af26e415 mk/tools/tools.Minix.mk
--- a/mk/tools/tools.Minix.mk   Sun Oct 28 17:10:32 2018 +0000
+++ b/mk/tools/tools.Minix.mk   Sun Oct 28 17:17:40 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.Minix.mk,v 1.4 2014/03/06 07:34:20 uebayasi Exp $
+# $NetBSD: tools.Minix.mk,v 1.5 2018/10/28 17:17:40 sevan Exp $
 #
 # System-supplied tools for the Minix operating system.
 
@@ -67,7 +67,7 @@
 TOOLS_PLATFORM.test?=          /bin/test
 TOOLS_PLATFORM.touch?=         /usr/bin/touch
 TOOLS_PLATFORM.tr?=            /usr/bin/tr
-TOOLS_PLATFORM.true?=          /bin/true
+TOOLS_PLATFORM.true?=          /usr/bin/true
 TOOLS_PLATFORM.tsort?=         /usr/bin/tsort
 TOOLS_PLATFORM.uniq?=          /usr/bin/uniq
 TOOLS_PLATFORM.wc?=            /usr/bin/wc



Home | Main Index | Thread Index | Old Index