aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-02-03 17:29:14 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-02-03 17:29:14 +0000
commit9951e55ab213fe3589785d3a9428c17ba755b080 (patch)
tree7196276c295570562c620c7a36167f14c972354a /README
parent014e12f573abe8f1c77b8206c1ea0becaf2a82f8 (diff)
downloadbusybox-w32-9951e55ab213fe3589785d3a9428c17ba755b080.tar.gz
busybox-w32-9951e55ab213fe3589785d3a9428c17ba755b080.tar.bz2
busybox-w32-9951e55ab213fe3589785d3a9428c17ba755b080.zip
s/PREFIX/CONFIG_PREFIX/
git-svn-id: svn://busybox.net/trunk/busybox@17741 69ca8d6d-28ef-0310-b511-8ec308f3f277
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:
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