s/PREFIX/CONFIG_PREFIX/

This commit is contained in:
Denis Vlasenko
2007-02-03 17:29:14 +00:00
parent 06af216528
commit e8ce0626d9
7 changed files with 15 additions and 15 deletions

View File

@@ -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