aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-12-05 23:11:15 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-12-05 23:11:15 +0100
commitc60e88a5b9d750993f8e25a322ad7f6f09db8bda (patch)
treed38f3f81de80243f15ad096e66bef6843ca6494d
parentdc160039ad4218c954afc1236e77f8a3127ca9df (diff)
downloadbusybox-w32-c60e88a5b9d750993f8e25a322ad7f6f09db8bda.tar.gz
busybox-w32-c60e88a5b9d750993f8e25a322ad7f6f09db8bda.tar.bz2
busybox-w32-c60e88a5b9d750993f8e25a322ad7f6f09db8bda.zip
tweak INSTALL_NO_USR help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index d9c823199..140572e2d 100644
--- a/Config.in
+++ b/Config.in
@@ -128,8 +128,9 @@ config INSTALL_NO_USR
128 default n 128 default n
129 depends on FEATURE_INSTALLER 129 depends on FEATURE_INSTALLER
130 help 130 help
131 Disable use of /usr. busybox --install will install applets 131 Disable use of /usr. busybox --install and "make install"
132 only to /bin and /sbin, never to /usr/bin or /usr/sbin. 132 will install applets only to /bin and /sbin,
133 never to /usr/bin or /usr/sbin.
133 134
134config LOCALE_SUPPORT 135config LOCALE_SUPPORT
135 bool "Enable locale support (system needs locale for this to work)" 136 bool "Enable locale support (system needs locale for this to work)"