From 9951e55ab213fe3589785d3a9428c17ba755b080 Mon Sep 17 00:00:00 2001
From: vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>
Date: Sat, 3 Feb 2007 17:29:14 +0000
Subject: s/PREFIX/CONFIG_PREFIX/

git-svn-id: svn://busybox.net/trunk/busybox@17741 69ca8d6d-28ef-0310-b511-8ec308f3f277
---
 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-55-g6feb