summaryrefslogtreecommitdiff
path: root/x11-toolkits/tk86/files/patch-installManPage
blob: 31a97d904b3402eec98cddb420e90dc3bd8893e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- installManPage.orig	2020-12-31 01:55:50 UTC
+++ installManPage
@@ -108,7 +108,7 @@ done
 
 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