summaryrefslogtreecommitdiff
path: root/sysutils/doconfig/files/patch-aa
blob: 23b42be85c1698129d76d4c562950f6b02dfe562 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- doconfig.orig	Tue Jul 28 02:35:51 1998
+++ doconfig	Mon Aug  3 01:23:20 1998
@@ -8,7 +8,7 @@
 $log = "$sys_base/$sys_conf/kernelbuild.log";
 
 ## we dont actually need anything here
-$ENV{PATH} = "/bin:/sbin:/usr/bin:/usr/sbin";
+$ENV{PATH} = "/bin:/sbin:/usr/bin:/usr/sbin:%%PREFIX%%/bin";
 
 # basic verification stuff
 if ($< || $>) {
@@ -44,7 +44,7 @@
 }
 
 $version = "1.1";
-$autokernconf = "/usr/sbin/autokernconf";
+$autokernconf = "%%PREFIX%%/sbin/autokernconf";
 $autokernconf_args = "";
 $autoinstall = 0;
 $autoreboot = 0;