summaryrefslogtreecommitdiffstats
path: root/main/perl-time-modules
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-06-08 12:27:05 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-06-08 12:27:05 +0000
commitd32eb4447e316d676d56bd6a8899f983ef6db64f (patch)
treed5c9e29e2e7ebfd73d508165bd6eecd3b44843c4 /main/perl-time-modules
parentdd6b165d030282f3169bbcc29f1b8c828ffbd095 (diff)
downloadaports-d32eb4447e316d676d56bd6a8899f983ef6db64f.tar.bz2
aports-d32eb4447e316d676d56bd6a8899f983ef6db64f.tar.xz
main/perl-time-modules: remove .packlist
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"