Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/miniroot Added missing .gz to makesums arg
details: https://anonhg.NetBSD.org/src/rev/592e78c86b12
branches: trunk
changeset: 485775:592e78c86b12
user: sjg <sjg%NetBSD.org@localhost>
date: Fri May 05 11:15:45 2000 +0000
description:
Added missing .gz to makesums arg
diffstat:
distrib/miniroot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r dc3448c606e2 -r 592e78c86b12 distrib/miniroot/Makefile
--- a/distrib/miniroot/Makefile Fri May 05 11:07:15 2000 +0000
+++ b/distrib/miniroot/Makefile Fri May 05 11:15:45 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2000/05/02 16:06:51 sjg Exp $
+# $NetBSD: Makefile,v 1.31 2000/05/05 11:15:45 sjg Exp $
.include "../../Makefile.inc"
.include <bsd.own.mk>
@@ -82,7 +82,7 @@
gzip -c -9 < ${.OBJDIR}/miniroot.fs \
> ${RELEASEDIR}/installation/miniroot/miniroot.fs.gz
${.CURDIR}/../sets/makesums \
- -t ${RELEASEDIR}/installation/miniroot miniroot.fs
+ -t ${RELEASEDIR}/installation/miniroot miniroot.fs.gz
.endif # RELEASEDIR check
.endif # DESTDIR check
Home |
Main Index |
Thread Index |
Old Index