mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
perl/perl-Net-IPv4Addr: Remove template comments from script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
a7615ad3f5
commit
12c5617cbd
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue