Skip to content
Snippets Groups Projects
Commit 1f9675ac authored by Linux User's avatar Linux User
Browse files

testing/perl-mail-dkim: fix file collision

parent b1e5c418
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,8 @@ build() { ...@@ -19,6 +19,8 @@ build() {
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
make || return 1 make || return 1
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
# creates file collision among perl modules
rm $pkgdir/usr/lib/perl5/5.10.0/x86_64-linux/perllocal.pod
} }
md5sums="b6681a7b3cc21c0976205d4ad616455d Mail-DKIM-0.36.tar.gz" md5sums="b6681a7b3cc21c0976205d4ad616455d Mail-DKIM-0.36.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment