smalltalk.rc
changeset 472 9b1c0e9838dd
parent 457 de0d828c363c
child 473 74522496ce5d
--- a/smalltalk.rc	Wed Oct 24 10:18:28 2001 +0200
+++ b/smalltalk.rc	Fri Oct 26 13:15:50 2001 +0200
@@ -65,7 +65,9 @@
     "/ if running in the development environment,
     "/ only use the local packages.
     "/
-    '../../../stx' asFilename exists ifTrue:[
+    ('../../../stx' asFilename exists 
+    and:['../../../stx/projects' asFilename exists
+    and:['../../../stx/projects/smalltalk' asFilename exists]]) ifTrue:[
 	Smalltalk packagePath removeAll; add:'../../..'.    
 	"/ 'setting packagePath for local operation' printCR.
 	"/ 'packagePath: ' print. Smalltalk packagePath printCR.