Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Append / to ${DESTDIR} in distrib-dirs rule; fixes PR bi...
details: https://anonhg.NetBSD.org/src/rev/423604ec4017
branches: trunk
changeset: 515772:423604ec4017
user: tv <tv%NetBSD.org@localhost>
date: Thu Oct 04 16:46:22 2001 +0000
description:
Append / to ${DESTDIR} in distrib-dirs rule; fixes PR bin/14080.
diffstat:
etc/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6d155a9502e1 -r 423604ec4017 etc/Makefile
--- a/etc/Makefile Thu Oct 04 16:33:05 2001 +0000
+++ b/etc/Makefile Thu Oct 04 16:46:22 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.179 2001/08/23 14:37:02 mrg Exp $
+# $NetBSD: Makefile,v 1.180 2001/10/04 16:46:22 tv Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@@ -274,7 +274,7 @@
distrib-dirs:
${INSTALL} ${INSTPRIV} -d -o root -g wheel -m 755 ${DESTDIR}
mtree -def mtree/NetBSD.dist -p ${DESTDIR}/ -U
- cd ${DESTDIR}; rm -f sys; ln -s usr/src/sys sys
+ cd ${DESTDIR}/; rm -f sys; ln -s usr/src/sys sys
.if !defined(RELEASEDIR)
__warnreleasedir: .USE
Home |
Main Index |
Thread Index |
Old Index