aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-02-03 17:29:14 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-02-03 17:29:14 +0000
commit9951e55ab213fe3589785d3a9428c17ba755b080 (patch)
tree7196276c295570562c620c7a36167f14c972354a /docs
parent014e12f573abe8f1c77b8206c1ea0becaf2a82f8 (diff)
downloadbusybox-w32-9951e55ab213fe3589785d3a9428c17ba755b080.tar.gz
busybox-w32-9951e55ab213fe3589785d3a9428c17ba755b080.tar.bz2
busybox-w32-9951e55ab213fe3589785d3a9428c17ba755b080.zip
s/PREFIX/CONFIG_PREFIX/
git-svn-id: svn://busybox.net/trunk/busybox@17741 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-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
33 33
34After the compile has finished, you should use 'make install' to install 34After the compile has finished, you should use 'make install' to install
35BusyBox. This will install the 'bin/busybox' binary, in the target directory 35BusyBox. This will install the 'bin/busybox' binary, in the target directory
36specified by PREFIX. PREFIX can be set when configuring BusyBox, or you can 36specified by CONFIG_PREFIX. CONFIG_PREFIX can be set when configuring BusyBox,
37specify an alternative location at install time (i.e., with a command line 37or you can specify an alternative location at install time (i.e., with a
38like 'make PREFIX=/tmp/foo install'). If you enabled any applet installation 38command line like 'make CONFIG_PREFIX=/tmp/foo install'). If you enabled
39scheme (either as symlinks or hardlinks), these will also be installed in 39any applet installation scheme (either as symlinks or hardlinks), these will
40the location pointed to by PREFIX. 40also be installed in the location pointed to by CONFIG_PREFIX.
41 41
42=head1 USAGE 42=head1 USAGE
43 43