Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-02-03 20:29:14 +0300
committerDenis Vlasenko <vda.linux@googlemail.com>2007-02-03 20:29:14 +0300
commite8ce0626d99114a66ae48273bb1478a3454b65cf (patch)
tree7196276c295570562c620c7a36167f14c972354a /README
parent06af2165288cd6516b89001ec9e24992619230e0 (diff)
s/PREFIX/CONFIG_PREFIX/
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 0ed196a53..96ca0bb9d 100644
--- a/README
+++ b/README
@@ -50,10 +50,10 @@ Using busybox:
The build automatically generates a file "busybox.links", which is used by
'make install' to create symlinks to the BusyBox binary for all compiled in
- commands. This uses the PREFIX environment variable to specify where to
- install, and installs hardlinks or symlinks depending on the configuration
- preferences. (You can also manually run the install script at
- "applets/install.sh").
+ commands. This uses the CONFIG_PREFIX environment variable to specify
+ where to install, and installs hardlinks or symlinks depending
+ on the configuration preferences. (You can also manually run
+ the install script at "applets/install.sh").
----------------