# HG changeset patch # User Claus Gittinger # Date 1004097411 -7200 # Node ID f62b52f0bb20116714846ff061a80305e354f75f # Parent fed60e5a736fac58d86a3e516132d08b1e007d1a *** empty log message *** diff -r fed60e5a736f -r f62b52f0bb20 STXInstaller.st --- a/STXInstaller.st Tue Oct 23 15:06:26 2001 +0200 +++ b/STXInstaller.st Fri Oct 26 13:56:51 2001 +0200 @@ -657,13 +657,17 @@ actionTextHolder value:msg. installWhat == #full ifTrue:[ - commandTraceView showCR:(resources string:'setting up symbolic links in doc ...'); endEntry. + commandTraceView showCR:(resources string:'setting up symbolic links in doc...'); endEntry. OperatingSystem executeCommand:('(cd ' , fullDir , '/doc/online ; make links)'). + + commandTraceView showCR:(resources string:'setting up symbolic links in projects/smalltalk...'); endEntry. + OperatingSystem executeCommand:('(cd ' , fullDir , '/projects/smalltalk ; ln -s ../../lib*/*.so .)'). + OperatingSystem executeCommand:('(cd ' , fullDir , '/projects/smalltalk ; ln -s ../../goodies/*/*.so .)'). ^ self. ]. "/ OperatingSystem executeCommand:('(cd ' , stxLibDir , '/doc/online ; make links)'). - commandTraceView showCR:(resources string:'setting up symbolic links in lib ...'); endEntry. + commandTraceView showCR:(resources string:'setting up symbolic links in lib...'); endEntry. #( 'libbasic/libbasic.so'