diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-03 17:29:14 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-03 17:29:14 +0000 |
commit | e8ce0626d99114a66ae48273bb1478a3454b65cf (patch) | |
tree | 7196276c295570562c620c7a36167f14c972354a /README | |
parent | 06af2165288cd6516b89001ec9e24992619230e0 (diff) | |
download | busybox-w32-e8ce0626d99114a66ae48273bb1478a3454b65cf.tar.gz busybox-w32-e8ce0626d99114a66ae48273bb1478a3454b65cf.tar.bz2 busybox-w32-e8ce0626d99114a66ae48273bb1478a3454b65cf.zip |
s/PREFIX/CONFIG_PREFIX/
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 | ||