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
This commit is contained in:
gdr-ftp 1998-04-24 03:38:51 +00:00
parent 5af9e3b875
commit f07edb38f2
2 changed files with 13 additions and 3 deletions

View File

@ -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

View File

@ -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