Index: itcl/iwidgets/iwidgets.tcl.in =================================================================== RCS file: /cvs/src/src/itcl/iwidgets/iwidgets.tcl.in,v retrieving revision 1.2 diff -u -p -r1.2 iwidgets.tcl.in --- itcl/iwidgets/iwidgets.tcl.in 22 Jul 2008 20:32:46 -0000 1.2 +++ itcl/iwidgets/iwidgets.tcl.in 23 Mar 2012 20:39:53 -0000 @@ -25,7 +25,13 @@ namespace eval ::iwidgets { variable version @VERSION@ } +set cvsSrcDir [file join $iwidgets::library .. .. .. src itcl iwidgets] +set gitSrcDir [file join $iwidgets::library .. .. .. gdb itcl iwidgets] lappend auto_path $iwidgets::library \ [file join $iwidgets::library generic] \ - [file join $iwidgets::library scripts] + [file join $iwidgets::library scripts] \ + [file join $cvsSrcDir generic] \ + [file join $cvsSrcDir scripts] \ + [file join $gitSrcDir generic] \ + [file join $gitSrcDir scripts] package provide Iwidgets $iwidgets::version