system/heirloom-sh: Miscellaneous cleanups

Comment why there's no strip code. Fix indentation. Remove trailing
empty line from the info file.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
slakmagik 2011-01-28 23:46:06 -05:00 committed by Robby Workman
parent 260c02d367
commit cd4cf90c0a
2 changed files with 2 additions and 2 deletions

View file

@ -59,11 +59,12 @@ sed -i~ "/^CFLAGS=/s:-O:$SLKCFLAGS:;/^ROOT=/s:$:$PKG:" makefile
# 3. make static changes to the manpage with sed (easier maintenance)
sed -i~ 's/\<sh\>/h&/g;s/\<Sh\>/Hsh/g;s/\\fBsh\\fR/\\fBhsh\\fR/' sh.1
# the makefile autostrips
make install
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $(find $PKG/usr/man -type l); do
ln -s $(readlink $i).gz $i.gz; rm $i
ln -s $(readlink $i).gz $i.gz; rm $i
done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -8,4 +8,3 @@ MD5SUM_x86_64=""
MAINTAINER="slakmagik"
EMAIL="slakmagik@gmail.com"
APPROVED="Niels Horn"