summaryrefslogtreecommitdiff
path: root/lang/tcl86/files/patch-unix-installManPage
blob: 0dd5a894fc81d4f7b74f83538cbcfdb760dc39e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- unix/installManPage.orig	2016-03-01 01:59:35 UTC
+++ unix/installManPage
@@ -100,7 +100,7 @@ SrcDir=`dirname $ManPage`
 
 First=""
 for Target in $Names; do
-    Target=$Target.$Section$Suffix
+    Target=$Target$Suffix.$Section
     rm -f $Dir/$Target $Dir/$Target.*
     if test -z "$First" ; then
 	First=$Target