Files
DirectAdmin-1.62.4/services/custombuild/patches/spamc-configure-version-h.patch
2025-11-12 20:19:03 +07:00

12 lines
425 B
Diff

--- spamc/configure.pl.orig 2017-09-04 17:15:34.577682508 -0600
+++ spamc/configure.pl 2017-09-04 17:15:49.952822059 -0600
@@ -66,7 +66,7 @@
# Do the same thing as for the preprocessor below.
package version_h;
my $Z = $0;
- local $0 = "version.h.pl";
+ local $0 = "./version.h.pl";
local @ARGV = ();
# Got to check for defined because the script returns shell error level!
unless (defined do $0) {