Package: mcl / 1:14-137+ds-3

02-wrong-interpreter-path.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
Author: Philipp Benner <philipp@debian.org>
Purpose: Fix wrong path of perl interpreter

--- a/src/alien/oxygen/src/mcxdeblast
+++ b/src/alien/oxygen/src/mcxdeblast
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 
 use Getopt::Long;