File: fix_perl_interpreter.patch

package info (click to toggle)
microbiomeutil 20101212%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 49,284 kB
  • sloc: perl: 4,878; ansic: 419; makefile: 98; sh: 27
file content (35 lines) | stat: -rw-r--r-- 820 bytes parent folder | download | duplicates (5)
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;