Description: Fix lib install dir
 Setup moar to expect rakudo ELF libs in /usr/lib/perl6
 and not in /usr/share/perl6.
 .
 Of course, rakudo needs to be tweaked in actually install 
 ELF lib there.
Bug: https://github.com/MoarVM/MoarVM/issues/372
Forwarded: yes
Author: dod
--- a/build/setup.pm
+++ b/build/setup.pm
@@ -125,8 +125,8 @@
     ccshared   => '-fPIC',
     ldshared   => '-shared @ccshared@',
     moarshared => '',
-    ldrpath    => '-Wl,-rpath,/@libdir@ -Wl,-rpath,@prefix@/share/perl6/site/lib',
-
+    ldrpath    => '-Wl,-rpath,/@libdir@ -Wl,-rpath,@prefix@/share/perl6/site/lib'
+                . ' -Wl,-rpath,@prefix@/lib/perl6/site/lib',
     arflags => 'rcs',
     arout   => '',
 
