Skip to content
Snippets Groups Projects
Commit fd5a06bf authored by Leonardo Arena's avatar Leonardo Arena
Browse files

testing/perl-unix-syslog: fix rm file collision path

parent 4ad9f9fd
No related branches found
No related tags found
No related merge requests found
......@@ -16,11 +16,12 @@ source="http://search.cpan.org/CPAN/authors/id/M/MH/MHARNISCH/$_realname-$pkgver
build() {
cd "$srcdir/$_realname-$pkgver"
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor \
PERL_ARCHLIB=/usr/lib/perl5/5.10.0/i686-linux || return 1
make || return 1
make DESTDIR="$pkgdir" install
# creates file collision among perl modules
rm $pkgdir/usr/lib/perl5/5.10.0/x86_64-linux/perllocal.pod
rm $pkgdir/usr/lib/perl5/5.10.0/i686-linux/perllocal.pod
}
md5sums="73d78e309fe9508ffc9a54d84d79aac9 Unix-Syslog-1.1.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