smalltalk.rc
changeset 437 c9e3aab47d6b
parent 436 33e0bef37066
child 441 4602f96301f3
--- a/smalltalk.rc	Thu Mar 02 19:20:46 2000 +0100
+++ b/smalltalk.rc	Mon Apr 03 14:51:38 2000 +0200
@@ -65,7 +65,7 @@
     "/ if running in the development environment,
     "/ only use the local packages.
     "/
-    '../../../stx/doc' asFilename exists ifTrue:[
+    '../../../stx' asFilename exists ifTrue:[
 	Smalltalk packagePath removeAll; add:'../../..'.    
 	"/ 'setting packagePath for local operation' printCR.
 	"/ 'packagePath: ' print. Smalltalk packagePath printCR.
@@ -81,7 +81,7 @@
     ].
 ].
 
-'../../doc' asFilename exists ifTrue:[
+'../../libbasic' asFilename exists ifTrue:[
     Smalltalk systemPath addFirst:'../..'.
 ].