pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/tools tools: re-add (accidentally?) dropped realpath
details: https://anonhg.NetBSD.org/pkgsrc/rev/548f744a740e
branches: trunk
changeset: 381386:548f744a740e
user: markd <markd%pkgsrc.org@localhost>
date: Tue Jul 05 20:35:45 2022 +0000
description:
tools: re-add (accidentally?) dropped realpath
diffstat:
mk/tools/tools.Linux.mk | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 16c884afcd2f -r 548f744a740e mk/tools/tools.Linux.mk
--- a/mk/tools/tools.Linux.mk Tue Jul 05 20:32:19 2022 +0000
+++ b/mk/tools/tools.Linux.mk Tue Jul 05 20:35:45 2022 +0000
@@ -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 @@
. 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