mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
perl/perl-Data-Compare: Remove template comments from script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
b963f87414
commit
d0cce5501b
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue