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

testing/razor: fix rm file collision path

parent 8ab11a7f
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="8b9a11a6ce020383c32c45d1530d77c2 razor-agents-2.84.tar.bz2" md5sums="8b9a11a6ce020383c32c45d1530d77c2 razor-agents-2.84.tar.bz2"
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