diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-08 12:27:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-08 12:27:05 +0000 |
commit | d32eb4447e316d676d56bd6a8899f983ef6db64f (patch) | |
tree | d5c9e29e2e7ebfd73d508165bd6eecd3b44843c4 /main/perl-time-modules | |
parent | dd6b165d030282f3169bbcc29f1b8c828ffbd095 (diff) | |
download | aports-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/APKBUILD | 5 |
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" |