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: markd
Date: Tue Jul 5 20:35:45 UTC 2022
Modified Files:
pkgsrc/mk/tools: tools.Linux.mk
Log Message:
tools: re-add (accidentally?) dropped realpath
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/mk/tools/tools.Linux.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.Linux.mk
diff -u pkgsrc/mk/tools/tools.Linux.mk:1.67 pkgsrc/mk/tools/tools.Linux.mk:1.68
--- pkgsrc/mk/tools/tools.Linux.mk:1.67 Mon May 9 16:44:40 2022
+++ pkgsrc/mk/tools/tools.Linux.mk Tue Jul 5 20:35:45 2022
@@ -1,4 +1,4 @@
-# $NetBSD: tools.Linux.mk,v 1.67 2022/05/09 16:44:40 schmonz Exp $
+# $NetBSD: tools.Linux.mk,v 1.68 2022/07/05 20:35:45 markd Exp $
#
# System-supplied tools for the Linux operating system.
#
@@ -198,6 +198,9 @@ TOOLS_PLATFORM.pwd?= ${_path}/pwd
. if exists(${_path}/readlink)
TOOLS_PLATFORM.readlink?= ${_path}/readlink
. endif
+. if exists(${_path}/realpath)
+TOOLS_PLATFORM.realpath?= ${_path}/realpath
+. endif
. if exists(${_path}/rm)
TOOLS_PLATFORM.rm?= ${_path}/rm
. endif
Home |
Main Index |
Thread Index |
Old Index