File: 02-wrong-interpreter-path.patch

package info (click to toggle)
mcl14 14-137%2Bocaml-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,764 kB
  • sloc: ansic: 53,278; ml: 5,793; sh: 4,448; perl: 3,967; makefile: 424
file content (13 lines) | stat: -rw-r--r-- 334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: wrong interpreter path
 Purpose: Fix wrong path of perl interpreter
Author: Philipp Benner <philipp@debian.org>
Forwarded: no (since this version is orphaned)

--- 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;