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

testing/perl-net-server: fix rm file collision path

parent c29b3305
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ build() { ...@@ -20,7 +20,7 @@ build() {
make || return 1 make || return 1
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
# creates file collision among perl modules # 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="f884b6c5b1d2698a82bbc7ba659690a1 Net-Server-0.97.tar.gz" md5sums="f884b6c5b1d2698a82bbc7ba659690a1 Net-Server-0.97.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