s/PREFIX/CONFIG_PREFIX/
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user