diff options
| author | andreask@activestate.com <andreas_kupries> | 2010-04-14 22:58:03 (GMT) |
|---|---|---|
| committer | andreask@activestate.com <andreas_kupries> | 2010-04-14 22:58:03 (GMT) |
| commit | d857fa0da946b85f021531f1415ffc5ef5998898 (patch) | |
| tree | 93e1fd3ae1878fb75d514a8f132230564488d3a9 | |
| parent | e70c8004248dfa6232069190ee0b566b833dec74 (diff) | |
| download | tcl-d857fa0da946b85f021531f1415ffc5ef5998898.zip tcl-d857fa0da946b85f021531f1415ffc5ef5998898.tar.gz tcl-d857fa0da946b85f021531f1415ffc5ef5998898.tar.bz2 | |
Fixed missing update of platform package index.
| -rw-r--r-- | ChangeLog | 9 | ||||
| -rw-r--r-- | library/platform/pkgIndex.tcl | 2 |
2 files changed, 6 insertions, 5 deletions
@@ -1,10 +1,11 @@ 2010-04-14 Andreas Kupries <andreask@activestate.com> * library/platform/platform.tcl: Linux platform identification: - Check /lib64 for existence of files matching libc* before - accepting it as base directory. This can happen on weirdly - installed 32bit systems which have an empty or partially filled - /lib64 without an actual libc. Bumped to version 1.0.6. + * library/platform/pkgIndex.tcl: Check /lib64 for existence of + files matching libc* before accepting it as base directory. This + can happen on weirdly installed 32bit systems which have an empty + or partially filled /lib64 without an actual libc. Bumped to + version 1.0.6. 2010-04-06 Zoran Vasiljevic <vasiljevic@users.sourceforge.net> diff --git a/library/platform/pkgIndex.tcl b/library/platform/pkgIndex.tcl index 0b69432..5678e04 100644 --- a/library/platform/pkgIndex.tcl +++ b/library/platform/pkgIndex.tcl @@ -1,3 +1,3 @@ -package ifneeded platform 1.0.5 [list source [file join $dir platform.tcl]] +package ifneeded platform 1.0.6 [list source [file join $dir platform.tcl]] package ifneeded platform::shell 1.1.4 [list source [file join $dir shell.tcl]] |
