diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -50,10 +50,10 @@ Using busybox: | |||
50 | 50 | ||
51 | The build automatically generates a file "busybox.links", which is used by | 51 | The build automatically generates a file "busybox.links", which is used by |
52 | 'make install' to create symlinks to the BusyBox binary for all compiled in | 52 | 'make install' to create symlinks to the BusyBox binary for all compiled in |
53 | commands. This uses the PREFIX environment variable to specify where to | 53 | commands. This uses the CONFIG_PREFIX environment variable to specify |
54 | install, and installs hardlinks or symlinks depending on the configuration | 54 | where to install, and installs hardlinks or symlinks depending |
55 | preferences. (You can also manually run the install script at | 55 | on the configuration preferences. (You can also manually run |
56 | "applets/install.sh"). | 56 | the install script at "applets/install.sh"). |
57 | 57 | ||
58 | ---------------- | 58 | ---------------- |
59 | 59 | ||