STXInstaller.st
changeset 1707 ad52b5abf849
parent 1519 6196930f9a1d
child 1779 f3237e4844d9
equal deleted inserted replaced
1706:16ec8113198f 1707:ad52b5abf849
   322     ].
   322     ].
   323 
   323 
   324     installGoodyFiles ifTrue:[
   324     installGoodyFiles ifTrue:[
   325         fileSpec := fileSpec , #(
   325         fileSpec := fileSpec , #(
   326                 ( 'goodies/rdoit/rdoit'           #bin     nil        false '755' )
   326                 ( 'goodies/rdoit/rdoit'           #bin     nil        false '755' )
   327                 ( 'goodies/xml-indelv/abbrev.stc' #pkg     'stx/goodies/xml-indelv'   true  )
   327                 ( 'goodies/xml/indelv/abbrev.stc' #pkg     'stx/goodies/xml/indelv'   true  )
   328         ).
   328         ).
   329     ] ifFalse:[
   329     ] ifFalse:[
   330         fileSpec := fileSpec , #(
   330         fileSpec := fileSpec , #(
   331                 ( 'goodies/persistency/libdbase.so'  #pkg     'stx/goodies/persistency' true '644' )
   331                 ( 'goodies/persistency/libdbase.so'  #pkg     'stx/goodies/persistency' true '644' )
   332         ).
   332         ).