File: interpreter-path.patch

package info (click to toggle)
raxml 8.2.13%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,452 kB
  • sloc: ansic: 63,646; perl: 125; sh: 63; makefile: 52
file content (30 lines) | stat: -rw-r--r-- 848 bytes parent folder | 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
Description: Adjust Perl interpreter path.
Author: Étienne Mollier <emollier@debian.org>
Forwarded: not-needed
Last-Update: 2025-03-02
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- raxml.orig/usefulScripts/ProteinModelSelection.pl
+++ raxml/usefulScripts/ProteinModelSelection.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 #print $ARGV[0]." ".$ARGV[1]." ".$#ARGV."\n";
 
--- raxml.orig/usefulScripts/applyRAxML2AllFilesInDirectory.pl
+++ raxml/usefulScripts/applyRAxML2AllFilesInDirectory.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 #print $ARGV[0]." ".$ARGV[1]." ".$#ARGV."\n";
 
--- raxml.orig/usefulScripts/bsBranchLengths.pl
+++ raxml/usefulScripts/bsBranchLengths.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 print $ARGV[0]." ".$ARGV[1]." ".$ARGV[2]." ".$#ARGV."\n";