perl/perl-Config-File: 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:31 -05:00 committed by Willy Sudiarto Raharjo
parent 7366820f4d
commit b963f87414
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ make
make test make test
make install DESTDIR=$PKG make install DESTDIR=$PKG
# Compress man pages
find $PKG/usr/man -type f -exec gzip -9 {} \; 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 for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done