pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/tools



Module Name:    pkgsrc
Committed By:   sevan
Date:           Sun Oct 28 17:17:40 UTC 2018

Modified Files:
        pkgsrc/mk/tools: tools.Minix.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mk/tools/tools.Minix.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/tools/tools.Minix.mk
diff -u pkgsrc/mk/tools/tools.Minix.mk:1.4 pkgsrc/mk/tools/tools.Minix.mk:1.5
--- pkgsrc/mk/tools/tools.Minix.mk:1.4  Thu Mar  6 07:34:20 2014
+++ pkgsrc/mk/tools/tools.Minix.mk      Sun Oct 28 17:17:40 2018
@@ -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.tee?=          /usr/bin/tee
 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