pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/tools Typo: if exists /bin/gzip, use /bin/gzip (not...
details: https://anonhg.NetBSD.org/pkgsrc/rev/007e67ad43c2
branches: trunk
changeset: 493768:007e67ad43c2
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat May 14 10:19:36 2005 +0000
description:
Typo: if exists /bin/gzip, use /bin/gzip (not /usr/bin/gzip).
diffstat:
mk/tools/tools.Linux.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1f5a5918ed5c -r 007e67ad43c2 mk/tools/tools.Linux.mk
--- a/mk/tools/tools.Linux.mk Sat May 14 10:17:10 2005 +0000
+++ b/mk/tools/tools.Linux.mk Sat May 14 10:19:36 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.Linux.mk,v 1.13 2005/05/14 01:25:19 rillig Exp $
+# $NetBSD: tools.Linux.mk,v 1.14 2005/05/14 10:19:36 rillig Exp $
#
# System-supplied tools for the Linux operating system.
@@ -68,7 +68,7 @@
.endif
TOOLS_PLATFORM.gzcat?= /bin/zcat
.if exists(/bin/gzip)
-TOOLS_PLATFORM.gzip?= /usr/bin/gzip -nf ${GZIP}
+TOOLS_PLATFORM.gzip?= /bin/gzip -nf ${GZIP}
.elif exists(/usr/bin/gzip)
TOOLS_PLATFORM.gzip?= /usr/bin/gzip -nf ${GZIP}
.endif
Home |
Main Index |
Thread Index |
Old Index