From f07edb38f203dc21a8de4ae6a51da568ba278710 Mon Sep 17 00:00:00 2001 From: gdr-ftp Date: Fri, 24 Apr 1998 03:38:51 +0000 Subject: [PATCH] fudgeinstall: don't install the v2.0.4 awk any more; the new one is working mkboot: - add tee(1) to the boot disk - add a bunch of (require) empty directories --- build.tools/fudgeinstall | 4 ++-- build.tools/mkboot | 12 +++++++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/build.tools/fudgeinstall b/build.tools/fudgeinstall index 4a13b68..8aa14f0 100755 --- a/build.tools/fudgeinstall +++ b/build.tools/fudgeinstall @@ -6,7 +6,7 @@ # # Devin Reade, September 1997. # -# $Id: fudgeinstall,v 1.3 1998/04/22 04:51:07 gdr-ftp Exp $ +# $Id: fudgeinstall,v 1.4 1998/04/24 03:38:49 gdr-ftp Exp $ # What is our release directory? (The second one must be HFS, and # may be the same as the first.) @@ -181,7 +181,7 @@ echo "installing files in /usr/bin" # apropos done # asml should be copied from compile # assemble should be copied from compile -install -V /usr/bin/awk $RELDIR/usr/bin +# awk done # basename done # catrez done # cksum done diff --git a/build.tools/mkboot b/build.tools/mkboot index 5f3f491..816c920 100755 --- a/build.tools/mkboot +++ b/build.tools/mkboot @@ -5,7 +5,7 @@ # # Devin Reade, April 1998. # -# $Id: mkboot,v 1.1 1998/04/22 04:51:09 gdr-ftp Exp $ +# $Id: mkboot,v 1.2 1998/04/24 03:38:51 gdr-ftp Exp $ # What is our release directory? (The second one must be HFS, and # may be the same as the first.) @@ -49,6 +49,7 @@ install -V $RELDIR/bin/gsh $RELBOOT/bin install -V $RELDIR/bin/ls $RELBOOT/bin install -V $RELDIR/bin/more $RELBOOT/bin install -V $RELDIR/bin/sleep $RELBOOT/bin +install -V $RELDIR/bin/tee $RELBOOT/bin install -V /usr/local/bin/touch $RELBOOT/bin install -V $RELDIR/bin/vi $RELBOOT/bin install -V $RELDIR/usr/bin/install $RELBOOT/bin @@ -61,3 +62,12 @@ install -V $RELDIR/etc/ttys $RELBOOT/etc install -V $RELDIR/sbin/mkso $RELBOOT/sbin chtyp -lexec $RELBOOT/gshrc $RELBOOT/installboot* + +echo "installing temporary files since gshk will not archive empty directories" +install $SRC/gno/verbatim/tmp/delete.me $RELBOOT/home/root +install $SRC/gno/verbatim/tmp/delete.me $RELBOOT/lang/orca/languages +install $SRC/gno/verbatim/tmp/delete.me $RELBOOT/lang/orca/shell +install $SRC/gno/verbatim/tmp/delete.me $RELBOOT/lang/orca/utilities +install $SRC/gno/verbatim/tmp/delete.me $RELBOOT/lib +install $SRC/gno/verbatim/tmp/delete.me $RELBOOT/tmp +install $SRC/gno/verbatim/tmp/delete.me $RELBOOT/usr/bin