Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/acorn32/stand Create a .zip file next to the .tar f...
details: https://anonhg.NetBSD.org/src/rev/cd07b2ff1bee
branches: trunk
changeset: 522294:cd07b2ff1bee
user: reinoud <reinoud%NetBSD.org@localhost>
date: Fri Feb 15 21:49:40 2002 +0000
description:
Create a .zip file next to the .tar file special for those Acorn folks who
can download a free unzipper but dont have access to a .tar.gz file.
diffstat:
sys/arch/acorn32/stand/export-BtNetBSD | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 4ede32f4091e -r cd07b2ff1bee sys/arch/acorn32/stand/export-BtNetBSD
--- a/sys/arch/acorn32/stand/export-BtNetBSD Fri Feb 15 21:28:03 2002 +0000
+++ b/sys/arch/acorn32/stand/export-BtNetBSD Fri Feb 15 21:49:40 2002 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: export-BtNetBSD,v 1.3 2002/02/12 13:03:43 reinoud Exp $
+# $NetBSD: export-BtNetBSD,v 1.4 2002/02/15 21:49:40 reinoud Exp $
#
# creates all binary files from the uue files from the source tree
# to be run in the directory next to the directory BtNetBSD
@@ -47,8 +47,9 @@
cd ..
# make the tar file
-rm -f ${CURDIR}/BtNetBSD.tar
+rm -f ${CURDIR}/BtNetBSD.tar ${CURDIR}/BtNetBSD.zip
tar cf ${CURDIR}/BtNetBSD.tar BtNetBSD
+zip -r ${CURDIR}/BtNetBSD.zip BtNetBSD
rm -rf BtNetBSD
Home |
Main Index |
Thread Index |
Old Index