perl/perl-Net-Server: Remove template comments from script.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2020-01-04 14:52:58 -05:00 committed by Willy Sudiarto Raharjo
parent 000ce4eea8
commit b9f08e2933
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
# Compress man pages
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 ; done