]> git.pld-linux.org Git - packages/tcl.git/blob - tcl-mannames.patch
- fix paths in tclConfig.sh
[packages/tcl.git] / tcl-mannames.patch
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.023527 seconds and 3 git commands to generate.