aboutsummaryrefslogtreecommitdiff
path: root/include/busybox.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-10-12 04:18:05 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-10-12 04:18:05 +0200
commitd4d289acf5eb59ebae414f9aae8a74de30dce36a (patch)
tree7a7c261ce263eeb15d152a904936d55c41858b5e /include/busybox.h
parentb1993380ba4a89062a08b2b6c579158aa667759e (diff)
downloadbusybox-d4d289acf5eb59ebae414f9aae8a74de30dce36a.tar.gz
tweaks to build system, mainly making menuconfig text and order clearer
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/busybox.h')
-rw-r--r--include/busybox.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/busybox.h b/include/busybox.h
index 76415dd72..757317fc7 100644
--- a/include/busybox.h
+++ b/include/busybox.h
@@ -16,8 +16,13 @@ typedef enum bb_install_loc_t {
_BB_DIR_ROOT = 0,
_BB_DIR_BIN,
_BB_DIR_SBIN,
+#if ENABLE_INSTALL_NO_USR
+ _BB_DIR_USR_BIN = _BB_DIR_BIN,
+ _BB_DIR_USR_SBIN = _BB_DIR_SBIN,
+#else
_BB_DIR_USR_BIN,
- _BB_DIR_USR_SBIN
+ _BB_DIR_USR_SBIN,
+#endif
} bb_install_loc_t;
typedef enum bb_suid_t {