checkin from browser
authorClaus Gittinger <cg@exept.de>
Fri, 08 Aug 1997 18:40:24 +0200
changeset 277 935f9a055594
parent 276 c8b7fd1fcec5
child 278 5b7dfe33b497
checkin from browser
STXInstaller.st
--- a/STXInstaller.st	Fri Aug 08 17:50:25 1997 +0200
+++ b/STXInstaller.st	Fri Aug 08 18:40:24 1997 +0200
@@ -149,13 +149,14 @@
                 ( 'projects/smalltalk/smalltalk'        #bin     nil                  true  '755' )
                 ( 'projects/smalltalk/stx'              #bin     nil                  true  '755' )
                 ( 'projects/smalltalk/include'          #lib     nil                  true  '644' )
+                ( 'COPYRIGHT'                           #lib     nil                  true  '644' )
                 ( 'projects/smalltalk/*.rc'             #lib     nil                  true  '644' )
                 ( 'projects/smalltalk/patches'          #lib     nil                  true  '644' )
                 ( 'projects/smalltalk/bitmaps'          #lib     nil                  true  '644' )
                 ( 'projects/smalltalk/resources'        #lib     nil                  true  '644' )
                 ( 'projects/smalltalk/lib'              #lib     nil                  true  '644' )
                 ( 'doc/online/german/LICENCE.STX.html'  #lib     'doc/online/german'  true  '644' )
-"/                ( 'doc/online/english/LICENCE.STX.html' #lib     'doc/online/english' true  '644' )
+                ( 'doc/online/english/LICENCE.STX.html' #lib     'doc/online/english' true  '644' )
     ).
 
     installDocFiles ifTrue:[
@@ -233,7 +234,7 @@
 
     ^ fileSpec
 
-    "Modified: 8.8.1997 / 17:44:32 / cg"
+    "Modified: 8.8.1997 / 18:39:06 / cg"
 ! !
 
 !STXInstaller methodsFor:'installing'!