diff options
author | surles <surles> | 1999-04-19 22:05:23 (GMT) |
---|---|---|
committer | surles <surles> | 1999-04-19 22:05:23 (GMT) |
commit | 1b148acb2fd4cb02d90d072c6ab05076025e2f33 (patch) | |
tree | 7a950873318d0a445d4d7cc5821335de49f01459 /tools/tcl.wse.in | |
parent | 79352456b66169d2df2bd43ab891d07d4dae8feb (diff) | |
download | tcl-1b148acb2fd4cb02d90d072c6ab05076025e2f33.zip tcl-1b148acb2fd4cb02d90d072c6ab05076025e2f33.tar.gz tcl-1b148acb2fd4cb02d90d072c6ab05076025e2f33.tar.bz2 |
fixed bug 1571: pkgIndex files fail for dde and registry packages:
Diffstat (limited to 'tools/tcl.wse.in')
-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
|