From e8ce0626d99114a66ae48273bb1478a3454b65cf Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 3 Feb 2007 17:29:14 +0000 Subject: s/PREFIX/CONFIG_PREFIX/ --- docs/busybox_header.pod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/busybox_header.pod b/docs/busybox_header.pod index ab1ebd501..804b83970 100644 --- a/docs/busybox_header.pod +++ b/docs/busybox_header.pod @@ -33,11 +33,11 @@ menuconfig' to select the functionality that you wish to enable. Then run After the compile has finished, you should use 'make install' to install BusyBox. This will install the 'bin/busybox' binary, in the target directory -specified by PREFIX. PREFIX can be set when configuring BusyBox, or you can -specify an alternative location at install time (i.e., with a command line -like 'make PREFIX=/tmp/foo install'). If you enabled any applet installation -scheme (either as symlinks or hardlinks), these will also be installed in -the location pointed to by PREFIX. +specified by CONFIG_PREFIX. CONFIG_PREFIX can be set when configuring BusyBox, +or you can specify an alternative location at install time (i.e., with a +command line like 'make CONFIG_PREFIX=/tmp/foo install'). If you enabled +any applet installation scheme (either as symlinks or hardlinks), these will +also be installed in the location pointed to by CONFIG_PREFIX. =head1 USAGE -- cgit v1.2.3