3 cvs_root_dir
=`echo $0 | sed 's|\(.*\)/.*$|\1|'`/..
9 if [ "x${TCLTK}" != "x" ]; then
10 test -d /Volumes
/${TCLTK} || \
11 hdiutil mount
-quiet ${cvs_root_dir}/packages
/darwin_app
/${TCLTK}.dmg
12 echo "/Volumes/${TCLTK}"
14 if [ -d "/Library/Frameworks/Tk.framework/Resources" ]; then
15 echo "/Library/Frameworks/Tk.framework/Resources"
17 if [ -d "/System/Library/Frameworks/Tk.framework/Resources" ]; then
18 echo "/System/Library/Frameworks/Tk.framework/Resources"