perl/perl-Data-Compare: Remove template comments from script.

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

View file

@ -61,7 +61,6 @@ make
make test
make install DESTDIR=$PKG
# 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