]> git.pld-linux.org Git - packages/tk.git/blob - tk-manlnk.patch
Rediff patches.
[packages/tk.git] / tk-manlnk.patch
1 diff -urNp -x '*.orig' tk8.6.10.org/unix/installManPage tk8.6.10/unix/installManPage
2 --- tk8.6.10.org/unix/installManPage    2019-11-20 20:56:52.000000000 +0100
3 +++ tk8.6.10/unix/installManPage        2021-11-11 14:54:22.146254062 +0100
4 @@ -117,7 +117,7 @@ for Target in $Names; do
5         chmod 644 $Dir/$First
6         $Gzip $Dir/$First
7      else
8 -       ln $SymOrLoc$First$Gz $Dir/$Target$Gz
9 +       echo ".so $First" > $Dir/$Target
10      fi
11  done
12  
This page took 0.08142 seconds and 3 git commands to generate.