diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-02-03 17:29:14 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-02-03 17:29:14 +0000 |
commit | 9951e55ab213fe3589785d3a9428c17ba755b080 (patch) | |
tree | 7196276c295570562c620c7a36167f14c972354a /docs | |
parent | 014e12f573abe8f1c77b8206c1ea0becaf2a82f8 (diff) | |
download | busybox-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.pod | 10 |
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 | ||
34 | After the compile has finished, you should use 'make install' to install | 34 | After the compile has finished, you should use 'make install' to install |
35 | BusyBox. This will install the 'bin/busybox' binary, in the target directory | 35 | BusyBox. This will install the 'bin/busybox' binary, in the target directory |
36 | specified by PREFIX. PREFIX can be set when configuring BusyBox, or you can | 36 | specified by CONFIG_PREFIX. CONFIG_PREFIX can be set when configuring BusyBox, |
37 | specify an alternative location at install time (i.e., with a command line | 37 | or you can specify an alternative location at install time (i.e., with a |
38 | like 'make PREFIX=/tmp/foo install'). If you enabled any applet installation | 38 | command line like 'make CONFIG_PREFIX=/tmp/foo install'). If you enabled |
39 | scheme (either as symlinks or hardlinks), these will also be installed in | 39 | any applet installation scheme (either as symlinks or hardlinks), these will |
40 | the location pointed to by PREFIX. | 40 | also be installed in the location pointed to by CONFIG_PREFIX. |
41 | 41 | ||
42 | =head1 USAGE | 42 | =head1 USAGE |
43 | 43 | ||