# HG changeset patch # User Claus Gittinger # Date 847819840 -3600 # Node ID b3a8378dd626a8166b96e466823a3062b7e2a657 # Parent 8c5195f9508a249d59a31cc5199e9d1a27a78df3 checkin from browser diff -r 8c5195f9508a -r b3a8378dd626 STXInstaller.st --- 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$'