2013-09-26 17:14:40 +02:00

14 lines
390 B
Plaintext

$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.