changeset 804:6b806570c8dd

Removed install script
author boisy
date Mon, 13 Jan 2003 02:38:43 +0000
parents f72dd0b71aee
children c0fdd7cdfba1
files 3rdparty/packages/fsim2/install2dd 3rdparty/packages/fsim2/makefile
diffstat 2 files changed, 0 insertions(+), 26 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/packages/fsim2/install2dd	Sun Jan 12 23:29:58 2003 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
--x
-t
-**************************************************
-* Flight Simulator 2 Install Script for the CoCo 3
-* Files are copied to the /DD device
-*
-* Creating directories
-makdir /DD/GAMES
-makdir /DD/GAMES/FS2
-makdir /DD/GAMES/FS2/CMDS
-* Copying commands to /DD/GAMES/FS2/CMDS
-copy -r CMDS/AutoEx /DD/GAMES/FS2/CMDS/fs
-copy -r CMDS/fs2 -w=/DD/GAMES/FS2/CMDS
-copy -r CMDS/fs3 -w=/DD/GAMES/FS2/CMDS
-copy -r CMDS/fs4 -w=/DD/GAMES/FS2/CMDS
-* Copying support files to /DD/GAMES/FS2
-copy -r fa -w=/DD/GAMES/FS2
-copy -r fd -w=/DD/GAMES/FS2
-copy -r fp -w=/DD/GAMES/FS2
-copy -r fs.standard -w=/DD/GAMES/FS2
-* All Done!
--- a/3rdparty/packages/fsim2/makefile	Sun Jan 12 23:29:58 2003 +0000
+++ b/3rdparty/packages/fsim2/makefile	Mon Jan 13 02:38:43 2003 +0000
@@ -19,8 +19,6 @@
 
 SUPPORTFILES	= fa fd fp sf.standard
 
-SCRIPTS		= install2dd
-
 ALLOBJS		= $(CMDS)
 
 all:	$(ALLOBJS)
@@ -28,7 +26,6 @@
 
 clean:	dskclean
 	$(RM) $(ALLOBJS)
-	$(OS92UNIX) $(SCRIPTS)
 
 dsk:	all
 	$(RM) $(DISK)
@@ -43,8 +40,6 @@
 	$(CP) $(CMDS) $(DISK),CMDS
 	$(OS9RENAME) $(DISK),CMDS/fs AutoEx
 	$(CP) $(SUPPORTFILES) $(DISK),.
-	$(UNIX2OS9) $(SCRIPTS)
-	$(CP) $(SCRIPTS) $(DISK),.
 
 dskclean:
 	$(RM) $(DISK)