mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
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:
parent
260c02d367
commit
cd4cf90c0a
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -8,4 +8,3 @@ MD5SUM_x86_64=""
|
|||
MAINTAINER="slakmagik"
|
||||
EMAIL="slakmagik@gmail.com"
|
||||
APPROVED="Niels Horn"
|
||||
|
||||
|
|
Loading…
Reference in a new issue