Source-Changes-HG archive

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

[src/trunk]: src/etc Ooops, fix source path for the "protocols" file



details:   https://anonhg.NetBSD.org/src/rev/ef5ddf04032a
branches:  trunk
changeset: 764120:ef5ddf04032a
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Apr 11 21:49:13 2011 +0000

description:
Ooops, fix source path for the "protocols" file

diffstat:

 etc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8a5ea1e4f6b8 -r ef5ddf04032a etc/Makefile
--- a/etc/Makefile      Mon Apr 11 21:37:19 2011 +0000
+++ b/etc/Makefile      Mon Apr 11 21:49:13 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.388 2011/04/11 20:03:45 martin Exp $
+#      $NetBSD: Makefile,v 1.389 2011/04/11 21:49:13 martin Exp $
 #      from: @(#)Makefile      8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -303,7 +303,7 @@
 .endif
        ${_MKMSG_INSTALL} ${DESTDIR}/var/chroot/tcpdump/etc/protocols
        ${ETC_INSTALL_OBJ_FILE} -o ${BINOWN} -g ${BINGRP} -m 644 \
-           protocols ${DESTDIR}/var/chroot/tcpdump/etc
+           ${NETBSDSRCDIR}/etc/protocols ${DESTDIR}/var/chroot/tcpdump/etc
        ${_MKMSG_INSTALL} ${DESTDIR}/dev/MAKEDEV
        ${ETC_INSTALL_OBJ_FILE} -o ${BINOWN} -g ${BINGRP} -m 555 \
            MAKEDEV ${DESTDIR}/dev



Home | Main Index | Thread Index | Old Index