blob: 60fc2129e2028697c8c9d39241d15d588bb68def (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.1 2006/04/08 23:10:29 jlam Exp $
--- src/ndtpdaily.in.orig 2001-02-03 08:18:05.000000000 -0500
+++ src/ndtpdaily.in
@@ -24,7 +24,7 @@ $, = ' ';
umask(022);
# PATH
-$ENV{'PATH'} = '/usr/bin:/bin';
+$ENV{'PATH'} = '@prefix@/bin:@LOCALBASE@/bin:/usr/bin:/bin';
$ENV{'PATH'} .= ':/usr/ucb' if (-d '/usr/ucb');
# Program name, program version and mailing address.
|