]> git.pld-linux.org Git - packages/tcl.git/blobdiff - tcl-mannames.patch
Up to 8.6.12.
[packages/tcl.git] / tcl-mannames.patch
index 042a300e6f3967c7b1fd3fe864a935b6880d7388..950e7e9db79ab15d0bac85a53cf41cf300de5f55 100644 (file)
@@ -1,10 +1,10 @@
---- tcl8.5.9/unix/installManPage.orig  2010-09-08 19:40:48.000000000 +0200
-+++ tcl8.5.9/unix/installManPage       2010-10-02 08:14:15.348556463 +0200
-@@ -108,7 +108,7 @@
-       chmod 444 $Dir/$First
-       $Gzip $Dir/$First
+--- tcl8.6.12/unix/installManPage~     2021-10-29 19:08:08.000000000 +0200
++++ tcl8.6.12/unix/installManPage      2021-11-09 16:21:07.102943217 +0100
+@@ -117,7 +117,7 @@ for Target in $Names; do
+       chmod 644 "$Dir/$First"
+       $Gzip "$Dir/$First"
      else
--      ln $SymOrLoc$First$Gz $Dir/$Target$Gz
+-      ln $SymOrLoc"$First$Gz" "$Dir/$Target$Gz"
 +      echo ".so $First" > $Dir/$Target
      fi
  done
This page took 0.138108 seconds and 4 git commands to generate.