File: fix_perl_path.diff

package info (click to toggle)
t-code 2%3A2.3.1-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,816 kB
  • sloc: lisp: 10,356; perl: 748; sh: 384; makefile: 138
file content (28 lines) | stat: -rw-r--r-- 585 bytes parent folder | download | duplicates (2)
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
Description: fix perl path
Author: unknown
Forwarded: no

--- 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;