aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 1ed44ed9b..2a05e1551 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -32,7 +32,7 @@ const struct BB_applet applets[] = {
32 {"chown", chmod_chown_chgrp_main, _BB_DIR_BIN, chown_usage}, 32 {"chown", chmod_chown_chgrp_main, _BB_DIR_BIN, chown_usage},
33#endif 33#endif
34#ifdef BB_CHROOT 34#ifdef BB_CHROOT
35 {"chroot", chroot_main, _BB_DIR_SBIN, chroot_usage}, 35 {"chroot", chroot_main, _BB_DIR_USR_SBIN, chroot_usage},
36#endif 36#endif
37#ifdef BB_CLEAR 37#ifdef BB_CLEAR
38 {"clear", clear_main, _BB_DIR_USR_BIN, clear_usage}, 38 {"clear", clear_main, _BB_DIR_USR_BIN, clear_usage},
@@ -65,7 +65,7 @@ const struct BB_applet applets[] = {
65 {"dmesg", dmesg_main, _BB_DIR_BIN, dmesg_usage}, 65 {"dmesg", dmesg_main, _BB_DIR_BIN, dmesg_usage},
66#endif 66#endif
67#ifdef BB_DU 67#ifdef BB_DU
68 {"du", du_main, _BB_DIR_BIN, du_usage}, 68 {"du", du_main, _BB_DIR_USR_BIN, du_usage},
69#endif 69#endif
70#ifdef BB_DUMPKMAP 70#ifdef BB_DUMPKMAP
71 {"dumpkmap", dumpkmap_main, _BB_DIR_BIN, dumpkmap_usage}, 71 {"dumpkmap", dumpkmap_main, _BB_DIR_BIN, dumpkmap_usage},
@@ -251,7 +251,7 @@ const struct BB_applet applets[] = {
251 {"sleep", sleep_main, _BB_DIR_BIN, sleep_usage}, 251 {"sleep", sleep_main, _BB_DIR_BIN, sleep_usage},
252#endif 252#endif
253#ifdef BB_SORT 253#ifdef BB_SORT
254 {"sort", sort_main, _BB_DIR_BIN, sort_usage}, 254 {"sort", sort_main, _BB_DIR_USR_BIN, sort_usage},
255#endif 255#endif
256#ifdef BB_SYNC 256#ifdef BB_SYNC
257 {"sync", sync_main, _BB_DIR_BIN, sync_usage}, 257 {"sync", sync_main, _BB_DIR_BIN, sync_usage},
@@ -278,7 +278,7 @@ const struct BB_applet applets[] = {
278 {"test", test_main, _BB_DIR_USR_BIN, test_usage}, 278 {"test", test_main, _BB_DIR_USR_BIN, test_usage},
279#endif 279#endif
280#ifdef BB_TEE 280#ifdef BB_TEE
281 {"tee", tee_main, _BB_DIR_BIN, tee_usage}, 281 {"tee", tee_main, _BB_DIR_USR_BIN, tee_usage},
282#endif 282#endif
283#ifdef BB_TOUCH 283#ifdef BB_TOUCH
284 {"touch", touch_main, _BB_DIR_USR_BIN, touch_usage}, 284 {"touch", touch_main, _BB_DIR_USR_BIN, touch_usage},