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.
Author: dod
--- a/build/setup.pm
+++ b/build/setup.pm
@@ -125,7 +125,7 @@
     ccshared   => '-fPIC',
     ldshared   => '-shared @ccshared@',
     moarshared => '',
-    ldrpath    => '-Wl,-rpath,@libdir@ -Wl,-rpath,@prefix@/share/perl6/site/lib',
+    ldrpath    => '-Wl,-rpath,@libdir@ -Wl,-rpath,@prefix@/lib/perl6/site/lib',
 
     arflags => 'rcs',
     arout   => '',
