Source-Changes-HG archive

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

[src/trunk]: src/distrib/mvme68k/ramdisk Speeling fix.



details:   https://anonhg.NetBSD.org/src/rev/2afb23aff4d6
branches:  trunk
changeset: 499622:2afb23aff4d6
user:      scw <scw%NetBSD.org@localhost>
date:      Fri Nov 24 21:58:36 2000 +0000

description:
Speeling fix.

diffstat:

 distrib/mvme68k/ramdisk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0befb8868ced -r 2afb23aff4d6 distrib/mvme68k/ramdisk/Makefile
--- a/distrib/mvme68k/ramdisk/Makefile  Fri Nov 24 21:58:06 2000 +0000
+++ b/distrib/mvme68k/ramdisk/Makefile  Fri Nov 24 21:58:36 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 2000/11/24 19:39:08 scw Exp $
+#      $NetBSD: Makefile,v 1.10 2000/11/24 21:58:36 scw Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -75,7 +75,7 @@
 .include "${HACKSRC}/Makefile.inc"
 
 release:       netbsd-rd
-       -mkdir -p ${RELEASEDIR}/installaion/tapeimage
+       -mkdir -p ${RELEASEDIR}/installation/tapeimage
        gzip < netbsd-rd > ${RELEASEDIR}/installation/tapeimage/netbsd-rd.gz
 
 clean cleandir distclean:



Home | Main Index | Thread Index | Old Index