# HG changeset patch # User Claus Gittinger # Date 871058424 -7200 # Node ID 935f9a0555947dfd76553d08ba361ac9b70c426a # Parent c8b7fd1fcec550a9f76a953e55fee6aab6e6613a checkin from browser diff -r c8b7fd1fcec5 -r 935f9a055594 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'!