Description: Fix script path
 Use absolute path for raku interpreter
Forwarded: not-needed
Author: dod
--- a/tools/install-dist.p6
+++ b/tools/install-dist.p6
@@ -1,4 +1,4 @@
-#!/usr/bin/env raku
+#!/usr/bin/raku
 
 =begin pod
 
