STXInstaller.st
changeset 28 b3a8378dd626
parent 27 8c5195f9508a
child 29 537410dfad60
--- a/STXInstaller.st	Wed Oct 09 18:35:28 1996 +0200
+++ b/STXInstaller.st	Tue Nov 12 18:30:40 1996 +0100
@@ -9,7 +9,7 @@
 !
 
 
-!STXInstaller  class methodsFor:'startup'!
+!STXInstaller class methodsFor:'startup'!
 
 open
     ^ self new open
@@ -361,6 +361,7 @@
 
     msg := (resources array:#('ST/X Installation' '' 'creating symbolic links' '' '' '')) asStringCollection.
 
+    commandTraceView showCR:(resources string:'setting up symbolic links in doc/online ...').
     OperatingSystem executeCommand:('cd ' , stxLibDir , '/doc/online ; make links').
     ^ true
 
@@ -736,7 +737,7 @@
     "Modified: 18.7.1996 / 22:10:42 / cg"
 ! !
 
-!STXInstaller  class methodsFor:'documentation'!
+!STXInstaller class methodsFor:'documentation'!
 
 version
     ^ '$Header$'