Browse Source

handle .tgz files too

OPENBSD_2_7
deraadt 24 years ago
parent
commit
a29aff7d5b
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/Makefile

+ 3
- 3
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.110 2000/04/25 21:17:29 jakob Exp $
# $OpenBSD: Makefile,v 1.111 2000/04/29 22:04:55 deraadt Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@ -249,9 +249,9 @@ release: distribution snap_pre snap_md
-cp ${DESTDIR}/snapshot/INSTALL.* ${RELEASEDIR}
-cp ${DESTDIR}/snapshot/*.fs ${DESTDIR}/snapshot/*.fs.gz ${RELEASEDIR}
-cd ${RELEASEDIR}; \
md5 bsd!(*.gz) *boot* *BOOT* INSTALL.* *.fs *.gz > MD5
md5 bsd!(*.gz) *boot* *BOOT* INSTALL.* *.fs *.gz *.tgz > MD5
-cd ${RELEASEDIR}; \
cksum bsd!(*.gz) *boot* *BOOT* INSTALL.* *.fs *.gz > CKSUM
cksum bsd!(*.gz) *boot* *BOOT* INSTALL.* *.fs *.gz *.tgz > CKSUM
.if defined(MACHINE_HAS_TOOLS)
mkdir -p ${RELEASEDIR}/tools
cp ${DESTDIR}/snapshot/tools/* ${RELEASEDIR}/tools


Loading…
Cancel
Save