#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Fri, 14 Oct 2016 03:38:05 +0200
changeset 20642 56c52db3521a
parent 20641 6abae9df27e7
child 20643 cdc2a4259d4d
#FEATURE by cg class: OSXOperatingSystem comment/format in: #defaultPackagePath
OSXOperatingSystem.st
--- a/OSXOperatingSystem.st	Fri Oct 14 03:37:58 2016 +0200
+++ b/OSXOperatingSystem.st	Fri Oct 14 03:38:05 2016 +0200
@@ -74,6 +74,8 @@
 
 defaultPackagePath
     "redefined to add /Application and /Library stuff"
+    "called by Smalltalk initSystemPath"
+    "self defaultPackagePath"
 
     |path executablePath executableDir packagesDir 
      libDir appDir versionsDir vsnDirName vsnDir|