File: fix-interpreter-path-in-example.patch

package info (click to toggle)
libimager-qrcode-perl 0.035%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 284 kB
  • sloc: perl: 2,814; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Kai Wasserbäch <curan@debian.org>
Subject: Debian has Perl in /usr/bin, fix the path in the example.
Last-Update: 2012-03-06
Forwarded: no
---
 examples/generate.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/examples/generate.pl
+++ b/examples/generate.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 
 use strict;
 use Encode;