File: debian-perl-path.patch

package info (click to toggle)
libapache-dbi-perl 1.12-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 336 kB
  • ctags: 72
  • sloc: perl: 1,126; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 432 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: fix the perl interpreter path to the one typically found on Debian
Author: gregor hermann <gregoa@debian.org>
Forwarded: not-needed
Last-Update: 2010-11-19
Reviewed-by: Nicholas Bamber <nicholas@periapt.co.uk>

--- a/eg/startup.pl
+++ b/eg/startup.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 
 # to load this file when the server starts, add this to httpd.conf:
 # PerlRequire /path/to/startup.pl