mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
14 lines
393 B
Plaintext
14 lines
393 B
Plaintext
$NetBSD: patch-ab,v 1.5 2000/10/20 16:06:17 bouyer Exp $
|
|
|
|
--- contrib/NSI/Mrtg_nsi.orig Thu Oct 19 14:20:46 2000
|
|
+++ contrib/NSI/Mrtg_nsi Thu Oct 19 14:21:08 2000
|
|
@@ -59,7 +59,7 @@
|
|
}
|
|
die "ERROR: Can\'t find location of mrtg executable\n"
|
|
unless $main::binpath;
|
|
- unshift (@INC,$main::binpath);
|
|
+ $main::binpath .= "/../libexec"
|
|
}
|
|
|
|
# There older perls tend to behave peculiar with
|