diff options
author | surles <surles@noemail.net> | 1999-04-19 22:05:23 (GMT) |
---|---|---|
committer | surles <surles@noemail.net> | 1999-04-19 22:05:23 (GMT) |
commit | 0754d3b0c7ceb3ab0a17483e3758a84f00440ace (patch) | |
tree | 7a950873318d0a445d4d7cc5821335de49f01459 /tools | |
parent | 4b05da8db97d2154f49c3c58bede4cdb64c052c0 (diff) | |
download | tcl-0754d3b0c7ceb3ab0a17483e3758a84f00440ace.zip tcl-0754d3b0c7ceb3ab0a17483e3758a84f00440ace.tar.gz tcl-0754d3b0c7ceb3ab0a17483e3758a84f00440ace.tar.bz2 |
fixed bug 1571: pkgIndex files fail for dde and registry packages:
FossilOrigin-Name: b8f26e5cb126ae64a4d9620f2efd7787613a8e07
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tcl.wse.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tcl.wse.in b/tools/tcl.wse.in index 6274318..a63fd2a 100644 --- a/tools/tcl.wse.in +++ b/tools/tcl.wse.in @@ -1542,7 +1542,7 @@ item: Install File Flags=0000000000000010
end
item: Install File
- Source=${__TCLBASEDIR__}\win\pkgIndex.tcl
+ Source=${__TCLBASEDIR__}\library\reg1.0\pkgIndex.tcl
Destination=%MAINDIR%\lib\tcl%VER%\reg1.0\pkgIndex.tcl
Flags=0000000000000010
end
@@ -1552,7 +1552,7 @@ item: Install File Flags=0000000000000010
end
item: Install File
- Source=${__TCLBASEDIR__}\win\pkgIndex.tcl
+ Source=${__TCLBASEDIR__}\library\dde1.0\pkgIndex.tcl
Destination=%MAINDIR%\lib\tcl%VER%\dde1.0\pkgIndex.tcl
Flags=0000000000000010
end
|