aboutsummaryrefslogtreecommitdiff
path: root/docs/busybox_header.pod
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-02-03 17:29:14 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-02-03 17:29:14 +0000
commite8ce0626d99114a66ae48273bb1478a3454b65cf (patch)
tree7196276c295570562c620c7a36167f14c972354a /docs/busybox_header.pod
parent06af2165288cd6516b89001ec9e24992619230e0 (diff)
downloadbusybox-e8ce0626d99114a66ae48273bb1478a3454b65cf.tar.gz
s/PREFIX/CONFIG_PREFIX/
Diffstat (limited to 'docs/busybox_header.pod')
-rw-r--r--docs/busybox_header.pod10
1 files changed, 5 insertions, 5 deletions
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