diff options
author | andreask <andreask> | 2011-06-22 16:10:12 (GMT) |
---|---|---|
committer | andreask <andreask> | 2011-06-22 16:10:12 (GMT) |
commit | 83da5e73e763a2bf93d98676168b3e5a7a02d014 (patch) | |
tree | 7e16be265a61e34a54cf6c10fa43524647e65d13 /library/platform/pkgIndex.tcl | |
parent | 645b420b4f7e757d9539b4a93d684a1965426c54 (diff) | |
download | tcl-83da5e73e763a2bf93d98676168b3e5a7a02d014.zip tcl-83da5e73e763a2bf93d98676168b3e5a7a02d014.tar.gz tcl-83da5e73e763a2bf93d98676168b3e5a7a02d014.tar.bz2 |
Updated to platform 1.0.10. Added handling of the DEB_HOST_MULTIARCH location change for libc
Diffstat (limited to 'library/platform/pkgIndex.tcl')
-rw-r--r-- | library/platform/pkgIndex.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/platform/pkgIndex.tcl b/library/platform/pkgIndex.tcl index 35da3b7..220a67b 100644 --- a/library/platform/pkgIndex.tcl +++ b/library/platform/pkgIndex.tcl @@ -1,3 +1,3 @@ -package ifneeded platform 1.0.9 [list source [file join $dir platform.tcl]] +package ifneeded platform 1.0.10 [list source [file join $dir platform.tcl]] package ifneeded platform::shell 1.1.4 [list source [file join $dir shell.tcl]] |