diff options
Diffstat (limited to 'docs/busybox_header.pod')
-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 | ||