components/tcl/tcl/patches/1.man.patch
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Wed, 13 Apr 2011 09:58:06 -0700
changeset 181 87e11e685b1f
parent 175 5195b4ea17ad
child 225 2f3e03a69313
permissions -rw-r--r--
7003927 userland should postprocess packaged files 7034188 userland should have common lint library rules 7034992 userland packages should include opensolaris.arc_url data 7019309 move ghostscript to userland (fix build)

--- tcl8.4.18/unix/installManPage.~1~	2008-02-06 07:38:26.000000000 -0800
+++ tcl8.4.18/unix/installManPage	2011-04-01 00:04:27.166384166 -0700
@@ -48,7 +48,7 @@
 	q
     }' $MANPAGE`
 
-SECTION=`echo $MANPAGE | sed 's/.*\(.\)$/\1/'`
+SECTION=`echo $MANPAGE | sed 's/.*\.\(.*\)$/\1/'`
 SRCDIR=`dirname $MANPAGE`
 FIRST=""
 for f in $NAMES; do