STXInstaller.st
changeset 13 d889323fd944
parent 12 6cb00d713d4d
child 14 4c8640a78f2a
equal deleted inserted replaced
12:6cb00d713d4d 13:d889323fd944
    92 
    92 
    93 specOfFilesToCopy
    93 specOfFilesToCopy
    94     |fileSpec|
    94     |fileSpec|
    95 
    95 
    96     fileSpec := #(
    96     fileSpec := #(
    97                 "/ name                        destination   subDir               required mode      
    97                 "/ name                               destination   subDir               required mode      
    98                 ( 'projects/smalltalk/smalltalk'        #bin     nil                  true  '755' )
    98                 ( 'projects/smalltalk/smalltalk'        #bin     nil                  true  '755' )
    99                 ( 'projects/smalltalk/include'          #lib     nil                  true  '644' )
    99                 ( 'projects/smalltalk/include'          #lib     nil                  true  '644' )
   100                 ( 'projects/smalltalk/*.rc'             #lib     nil                  true  '644' )
   100                 ( 'projects/smalltalk/*.rc'             #lib     nil                  true  '644' )
   101                 ( 'projects/smalltalk/patches'          #lib     nil                  true  '644' )
   101                 ( 'projects/smalltalk/patches'          #lib     nil                  true  '644' )
   102                 ( 'projects/smalltalk/bitmaps'          #lib     nil                  true  '644' )
   102                 ( 'projects/smalltalk/bitmaps'          #lib     nil                  true  '644' )