summaryrefslogtreecommitdiffstats
path: root/main/perl-time-modules
diff options
context:
space:
mode:
Diffstat (limited to 'main/perl-time-modules')
-rw-r--r--main/perl-time-modules/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/main/perl-time-modules/APKBUILD b/main/perl-time-modules/APKBUILD
index ed90c9df5..2946afe28 100644
--- a/main/perl-time-modules/APKBUILD
+++ b/main/perl-time-modules/APKBUILD
@@ -3,7 +3,7 @@
pkgname=perl-time-modules
_realname=Time-modules
pkgver=2011.0517
-pkgrel=1
+pkgrel=2
pkgdesc="Timezone perl module"
url="http://search.cpan.org/dist/Time-Modules/"
arch="noarch"
@@ -26,8 +26,7 @@ package() {
cd $_builddir
make DESTDIR="$pkgdir" install
# creates file collision among perl modules
- find "$pkgdir" -name perllocal.pod -delete
-
+ find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
md5sums="67204ebc06211a877665765f91dc4e51 Time-modules-2011.0517.tar.gz"