summaryrefslogtreecommitdiff
path: root/docs
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
parent06af2165288cd6516b89001ec9e24992619230e0 (diff)
downloadbusybox-w32-e8ce0626d99114a66ae48273bb1478a3454b65cf.tar.gz
busybox-w32-e8ce0626d99114a66ae48273bb1478a3454b65cf.tar.bz2
busybox-w32-e8ce0626d99114a66ae48273bb1478a3454b65cf.zip
s/PREFIX/CONFIG_PREFIX/
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