]> git.proxmox.com Git - proxmox-spamassassin.git/blob - debian/patches/bug_835494_perl_INC
updates for debian stretch
[proxmox-spamassassin.git] / debian / patches / bug_835494_perl_INC
1 Index: spamassassin-3.4.1/spamc/configure.pl
2 ===================================================================
3 --- spamassassin-3.4.1.orig/spamc/configure.pl
4 +++ spamassassin-3.4.1/spamc/configure.pl
5 @@ -66,7 +66,7 @@ print join(' ', $Config{'perlpath'}, "ve
6 # Do the same thing as for the preprocessor below.
7 package version_h;
8 my $Z = $0;
9 - local $0 = "version.h.pl";
10 + local $0 = "./version.h.pl";
11 local @ARGV = ();
12 # Got to check for defined because the script returns shell error level!
13 unless (defined do $0) {