File: fix-perl-path.patch

package info (click to toggle)
velvet 1.2.10%2Bdfsg1-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 56,208 kB
  • sloc: ansic: 22,940; perl: 1,194; python: 295; sh: 125; makefile: 121
file content (11 lines) | stat: -rw-r--r-- 331 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
Description: s?/usr/local/perl?/usr/perl?
Author: Andreas Tille <tille@debian.org>
Forwarded: No
--- a/contrib/select_paired/select_paired.pl
+++ b/contrib/select_paired/select_paired.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 # Konrad Paszkiewicz, University of Exeter UK.
 # k.h.paszkiewicz@exeter.ac.uk