diff options
Diffstat (limited to 'x11-toolkits/tk86/files/patch-installManPage')
-rw-r--r-- | x11-toolkits/tk86/files/patch-installManPage | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/tk86/files/patch-installManPage b/x11-toolkits/tk86/files/patch-installManPage new file mode 100644 index 000000000000..861ce5ad696d --- /dev/null +++ b/x11-toolkits/tk86/files/patch-installManPage @@ -0,0 +1,11 @@ +--- installManPage.orig 2016-07-26 14:07:50 UTC ++++ 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 |