p5-compress-raw-zlib: removed junk .bs file

This commit is contained in:
Mikhail Kolesnik 2008-04-26 17:43:16 +03:00
parent 846c53bd98
commit 9d1766102a
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,6 @@ drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Compress/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Compress/Raw/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Compress/Raw/Zlib/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Compress/Raw/Zlib/Zlib.bs (EMPTY)
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Compress/Raw/Zlib/Zlib.so
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Compress/Raw/Zlib/autosplit.ix
drwxr-xr-x root/root usr/man/

View File

@ -5,7 +5,7 @@
name=p5-compress-raw-zlib
version=2.008
release=1
release=2
source=(http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Zlib-$version.tar.gz)
build() {
@ -14,6 +14,7 @@ build() {
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
find $PKG -name .packlist -exec rm {} \;
find $PKG -name "*.bs" -exec rm {} \;
find $PKG -name perllocal.pod -exec rm {} \;
find $PKG -depth -type d -empty -exec rm -rf {} \;
}