STXInstaller.st
changeset 277 935f9a055594
parent 276 c8b7fd1fcec5
child 678 4dd439ebf162
equal deleted inserted replaced
276:c8b7fd1fcec5 277:935f9a055594
   147     fileSpec := #(
   147     fileSpec := #(
   148                 "/ name                             destination  subDir             required mode      
   148                 "/ name                             destination  subDir             required mode      
   149                 ( 'projects/smalltalk/smalltalk'        #bin     nil                  true  '755' )
   149                 ( 'projects/smalltalk/smalltalk'        #bin     nil                  true  '755' )
   150                 ( 'projects/smalltalk/stx'              #bin     nil                  true  '755' )
   150                 ( 'projects/smalltalk/stx'              #bin     nil                  true  '755' )
   151                 ( 'projects/smalltalk/include'          #lib     nil                  true  '644' )
   151                 ( 'projects/smalltalk/include'          #lib     nil                  true  '644' )
       
   152                 ( 'COPYRIGHT'                           #lib     nil                  true  '644' )
   152                 ( 'projects/smalltalk/*.rc'             #lib     nil                  true  '644' )
   153                 ( 'projects/smalltalk/*.rc'             #lib     nil                  true  '644' )
   153                 ( 'projects/smalltalk/patches'          #lib     nil                  true  '644' )
   154                 ( 'projects/smalltalk/patches'          #lib     nil                  true  '644' )
   154                 ( 'projects/smalltalk/bitmaps'          #lib     nil                  true  '644' )
   155                 ( 'projects/smalltalk/bitmaps'          #lib     nil                  true  '644' )
   155                 ( 'projects/smalltalk/resources'        #lib     nil                  true  '644' )
   156                 ( 'projects/smalltalk/resources'        #lib     nil                  true  '644' )
   156                 ( 'projects/smalltalk/lib'              #lib     nil                  true  '644' )
   157                 ( 'projects/smalltalk/lib'              #lib     nil                  true  '644' )
   157                 ( 'doc/online/german/LICENCE.STX.html'  #lib     'doc/online/german'  true  '644' )
   158                 ( 'doc/online/german/LICENCE.STX.html'  #lib     'doc/online/german'  true  '644' )
   158 "/                ( 'doc/online/english/LICENCE.STX.html' #lib     'doc/online/english' true  '644' )
   159                 ( 'doc/online/english/LICENCE.STX.html' #lib     'doc/online/english' true  '644' )
   159     ).
   160     ).
   160 
   161 
   161     installDocFiles ifTrue:[
   162     installDocFiles ifTrue:[
   162         fileSpec := fileSpec , #(
   163         fileSpec := fileSpec , #(
   163                 ( 'doc'                                  #lib     nil        false '644' )
   164                 ( 'doc'                                  #lib     nil        false '644' )
   231     ].
   232     ].
   232 
   233 
   233 
   234 
   234     ^ fileSpec
   235     ^ fileSpec
   235 
   236 
   236     "Modified: 8.8.1997 / 17:44:32 / cg"
   237     "Modified: 8.8.1997 / 18:39:06 / cg"
   237 ! !
   238 ! !
   238 
   239 
   239 !STXInstaller methodsFor:'installing'!
   240 !STXInstaller methodsFor:'installing'!
   240 
   241 
   241 copyFiles
   242 copyFiles