From 9d1766102a87768b385d9baafe5ead4599238799 Mon Sep 17 00:00:00 2001 From: Mikhail Kolesnik Date: Sat, 26 Apr 2008 17:43:16 +0300 Subject: [PATCH] p5-compress-raw-zlib: removed junk .bs file --- p5-compress-raw-zlib/.footprint | 1 - p5-compress-raw-zlib/Pkgfile | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/p5-compress-raw-zlib/.footprint b/p5-compress-raw-zlib/.footprint index 4c3e4ee92..fc0328e58 100644 --- a/p5-compress-raw-zlib/.footprint +++ b/p5-compress-raw-zlib/.footprint @@ -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/ diff --git a/p5-compress-raw-zlib/Pkgfile b/p5-compress-raw-zlib/Pkgfile index ce52483a6..184a04376 100644 --- a/p5-compress-raw-zlib/Pkgfile +++ b/p5-compress-raw-zlib/Pkgfile @@ -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 {} \; }