STXInstaller.st
changeset 1368 ce2820258d1b
parent 1367 e761ba85d5ac
child 1369 2e0f974abecc
equal deleted inserted replaced
1367:e761ba85d5ac 1368:ce2820258d1b
   229 
   229 
   230     fileSpec := #(
   230     fileSpec := #(
   231                 "/ name                             destination  subDir             required mode      
   231                 "/ name                             destination  subDir             required mode      
   232                 ( 'projects/smalltalk/include'          #lib     nil                  true  '644' )
   232                 ( 'projects/smalltalk/include'          #lib     nil                  true  '644' )
   233                 ( 'projects/smalltalk/*.rc'             #lib     nil                  true  '644' )
   233                 ( 'projects/smalltalk/*.rc'             #lib     nil                  true  '644' )
       
   234                 ( 'projects/smalltalk/banner*.xpm'      #lib     nil                  true  '644' )
   234                 ( 'projects/smalltalk/patches'          #lib     nil                  true  '644' )
   235                 ( 'projects/smalltalk/patches'          #lib     nil                  true  '644' )
   235                 ( 'COPYRIGHT'                           nil      nil                  true  '644' )
   236                 ( 'COPYRIGHT'                           nil      nil                  true  '644' )
   236                 ( 'doc/online/german/LICENCE_STX.html'  nil      'doc/online/german'      true  '644' )
   237                 ( 'doc/online/german/LICENCE_STX.html'  nil      'doc/online/german'      true  '644' )
   237                 ( 'doc/online/english/LICENCE_STX.html' nil      'doc/online/english'     true  '644' )
   238                 ( 'doc/online/english/LICENCE_STX.html' nil      'doc/online/english'     true  '644' )
   238                 ( 'doc/online/german/LICENCE_DEMO_STX.html'  nil      'doc/online/german'      true  '644' )
   239                 ( 'doc/online/german/LICENCE_DEMO_STX.html'  nil      'doc/online/german'      true  '644' )