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

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2020-01-04 14:51:59 -05:00 committed by Willy Sudiarto Raharjo
parent 12c5617cbd
commit aaa71ee043
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -77,10 +77,8 @@ make
make test
make install DESTDIR=$PKG
# Move man pages
mv $PKG/usr/share/man $PKG/usr/
# Compress man pages
( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \;
for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done