diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-12-05 23:11:15 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-12-05 23:11:15 +0100 |
commit | c60e88a5b9d750993f8e25a322ad7f6f09db8bda (patch) | |
tree | d38f3f81de80243f15ad096e66bef6843ca6494d | |
parent | dc160039ad4218c954afc1236e77f8a3127ca9df (diff) | |
download | busybox-c60e88a5b9d750993f8e25a322ad7f6f09db8bda.tar.gz |
tweak INSTALL_NO_USR help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -128,8 +128,9 @@ config INSTALL_NO_USR default n depends on FEATURE_INSTALLER help - Disable use of /usr. busybox --install will install applets - only to /bin and /sbin, never to /usr/bin or /usr/sbin. + Disable use of /usr. busybox --install and "make install" + will install applets only to /bin and /sbin, + never to /usr/bin or /usr/sbin. config LOCALE_SUPPORT bool "Enable locale support (system needs locale for this to work)" |