STXInstaller.st
changeset 1511 f62b52f0bb20
parent 1510 fed60e5a736f
child 1512 aa8927693ebf
--- 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'