STXInstaller.st
changeset 29 537410dfad60
parent 28 b3a8378dd626
child 30 7b6129ab86b0
equal deleted inserted replaced
28:b3a8378dd626 29:537410dfad60
   360     |msg dirsToMake numDirs nDone|
   360     |msg dirsToMake numDirs nDone|
   361 
   361 
   362     msg := (resources array:#('ST/X Installation' '' 'creating symbolic links' '' '' '')) asStringCollection.
   362     msg := (resources array:#('ST/X Installation' '' 'creating symbolic links' '' '' '')) asStringCollection.
   363 
   363 
   364     commandTraceView showCR:(resources string:'setting up symbolic links in doc/online ...').
   364     commandTraceView showCR:(resources string:'setting up symbolic links in doc/online ...').
   365     OperatingSystem executeCommand:('cd ' , stxLibDir , '/doc/online ; make links').
   365     OperatingSystem executeCommand:('(cd ' , stxLibDir , '/doc/online ; make links)').
   366     ^ true
   366     ^ true
   367 
   367 
   368     "Created: 17.7.1996 / 15:24:19 / cg"
   368     "Created: 17.7.1996 / 15:24:19 / cg"
   369     "Modified: 18.7.1996 / 22:18:38 / cg"
   369     "Modified: 18.7.1996 / 22:18:38 / cg"
   370 ! !
   370 ! !