Source-Changes-HG archive

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

[src/trunk]: src/distrib/news68k/floppies/bootfloppy Change directory name (f...



details:   https://anonhg.NetBSD.org/src/rev/7118272f044d
branches:  trunk
changeset: 487873:7118272f044d
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed Jun 14 10:24:24 2000 +0000

description:
Change directory name (floppies -> floppy) like other ports.

diffstat:

 distrib/news68k/floppies/bootfloppy/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 640a07ce1474 -r 7118272f044d distrib/news68k/floppies/bootfloppy/Makefile
--- a/distrib/news68k/floppies/bootfloppy/Makefile      Wed Jun 14 08:10:06 2000 +0000
+++ b/distrib/news68k/floppies/bootfloppy/Makefile      Wed Jun 14 10:24:24 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2000/06/11 11:35:21 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.5 2000/06/14 10:24:24 tsutsui Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -60,9 +60,9 @@
        @false
 .else
 release:
-       -mkdir -p ${RELEASEDIR}/installation/floppies
-       cp -p ${IMAGE} ${RELEASEDIR}/installation/floppies
-       gzip -c -9 ${IMAGE} > ${RELEASEDIR}/installation/floppies/${IMAGE}.gz
+       -mkdir -p ${RELEASEDIR}/installation/floppy
+       cp -p ${IMAGE} ${RELEASEDIR}/installation/floppy
+       gzip -c -9 ${IMAGE} > ${RELEASEDIR}/installation/floppy/${IMAGE}.gz
 .endif
 
 clean cleandir distclean:



Home | Main Index | Thread Index | Old Index