Module Name: src
Committed By: jym
Date: Tue Feb 1 21:28:43 UTC 2011
Modified Files:
src/etc/mtree: Makefile
Log Message:
Typo fix.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/etc/mtree/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/mtree/Makefile
diff -u src/etc/mtree/Makefile:1.19 src/etc/mtree/Makefile:1.20
--- src/etc/mtree/Makefile:1.19 Fri Dec 10 07:17:00 2010
+++ src/etc/mtree/Makefile Tue Feb 1 21:28:43 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2010/12/10 07:17:00 mrg Exp $
+# $NetBSD: Makefile,v 1.20 2011/02/01 21:28:43 jym Exp $
.include <bsd.own.mk>
@@ -60,7 +60,7 @@
# INSTALL_DIR would want to write to the metalog, and it can't do that
# if the metalog is inside DESTDIR but DESTDIR doesn't yet exist.
${HOST_INSTALL_DIR} -m 755 ${DESTDIR}
-# Inkoke mtree to create the directories listed in NetBSD.dist;
+# Invoke mtree to create the directories listed in NetBSD.dist;
# then invoke mtree again to register those directories in the metalog.
${TOOL_MTREE} -def ${.OBJDIR}/NetBSD.dist -N ${.CURDIR}/.. \
-p ${DESTDIR}/ -U ${TOOL_MTREE.unpriv}