Package: microbiomeutil / 20101212+dfsg1-1

fix_perl_interpreter.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Author: Tim Booth <tbooth@ceh.ac.uk>
Description: Remove wrong or fix perl interpreter location

--- a/NAST-iEr/PerlLib/Fasta_reader.pm
+++ b/NAST-iEr/PerlLib/Fasta_reader.pm
@@ -1,5 +1,3 @@
-#!/usr/local/bin/perl -w
-
 # lightweight fasta reader capabilities:
 package Fasta_reader;
 
--- a/ChimeraSlayer/PerlLib/Fasta_reader.pm
+++ b/ChimeraSlayer/PerlLib/Fasta_reader.pm
@@ -1,5 +1,3 @@
-#!/usr/local/bin/perl -w
-
 # lightweight fasta reader capabilities:
 package Fasta_reader;
 
--- a/WigeoN/PerlLib/Fasta_reader.pm
+++ b/WigeoN/PerlLib/Fasta_reader.pm
@@ -1,5 +1,3 @@
-#!/usr/local/bin/perl -w
-
 # lightweight fasta reader capabilities:
 package Fasta_reader;
 
--- a/RESOURCES/genus_counter.pl
+++ b/RESOURCES/genus_counter.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 use strict;
 use warnings;