File: fix_perl_path.diff

package info (click to toggle)
t-code 2%3A2.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,928 kB
  • ctags: 731
  • sloc: lisp: 10,355; perl: 748; sh: 384; makefile: 134
file content (27 lines) | stat: -rw-r--r-- 571 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
Description: fix perl path
Author: unknown

--- t-code-2.3.1.orig/bushu-util/bushu2canna
+++ t-code-2.3.1/bushu-util/bushu2canna
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl5
+#!/usr/bin/perl
 
 $target = "bushu.select";
 $target = shift if @ARGV;
--- t-code-2.3.1.orig/bushu-util/where
+++ t-code-2.3.1/bushu-util/where
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl5
+#!/usr/bin/perl
 
 require 5.000;
 
--- t-code-2.3.1.orig/mazegaki/mkcertain.pl
+++ t-code-2.3.1/mazegaki/mkcertain.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl5
+#!/usr/bin/perl
 use Term::Cap;
 use Term::Complete;