File: 10_fix-interpreter-path.patch

package info (click to toggle)
liblinux-inotify2-perl 1%3A1.22-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 144 kB
  • ctags: 20
  • sloc: perl: 126; makefile: 3
file content (23 lines) | stat: -rw-r--r-- 725 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: fix the interpreter path for example files.
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
Last-Update: 2014-07-03
Index: liblinux-inotify2-perl-1.22/eg/event
===================================================================
--- liblinux-inotify2-perl-1.22.orig/eg/event
+++ liblinux-inotify2-perl-1.22/eg/event
@@ -1,4 +1,4 @@
-#!/opt/bin/perl
+#!/usr/bin/perl
 
 # example for Event integration
 
Index: liblinux-inotify2-perl-1.22/eg/simple
===================================================================
--- liblinux-inotify2-perl-1.22.orig/eg/simple
+++ liblinux-inotify2-perl-1.22/eg/simple
@@ -1,4 +1,4 @@
-#!/opt/bin/perl
+#!/usr/bin/perl
 
 # very simple example without further modules