]> git.pld-linux.org Git - packages/tcl.git/blame - tcl-mannames.patch
- rel 3; fix sed correction
[packages/tcl.git] / tcl-mannames.patch
CommitLineData
ab793dfd
JB
1--- tcl8.4.9/unix/installManPage.orig 2004-12-07 01:23:45.000000000 +0100
2+++ tcl8.4.9/unix/installManPage 2004-12-08 15:59:56.000000000 +0100
3@@ -62,6 +62,7 @@
4 $ZIP $DIR/$FIRST
5 else
6 rm -f $DIR/$f $DIR/$f.*
7- ln $S$FIRST$Z $DIR/$f$Z
8+ echo ".so $FIRST" > $DIR/$f
9+ $ZIP $DIR/$f
10 fi
11 done
This page took 0.076925 seconds and 4 git commands to generate.