diff options
-rw-r--r-- | applets/busybox.c | 2 | ||||
-rw-r--r-- | busybox.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index a88761aa2..c7e8ccbd8 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -137,7 +137,7 @@ const struct BB_applet applets[] = { | |||
137 | {"halt", halt_main, _BB_DIR_SBIN}, | 137 | {"halt", halt_main, _BB_DIR_SBIN}, |
138 | #endif | 138 | #endif |
139 | #ifdef BB_HEAD | 139 | #ifdef BB_HEAD |
140 | {"head", head_main, _BB_DIR_BIN}, | 140 | {"head", head_main, _BB_DIR_USR_BIN}, |
141 | #endif | 141 | #endif |
142 | #ifdef BB_HOSTID | 142 | #ifdef BB_HOSTID |
143 | {"hostid", hostid_main, _BB_DIR_USR_BIN}, | 143 | {"hostid", hostid_main, _BB_DIR_USR_BIN}, |
@@ -137,7 +137,7 @@ const struct BB_applet applets[] = { | |||
137 | {"halt", halt_main, _BB_DIR_SBIN}, | 137 | {"halt", halt_main, _BB_DIR_SBIN}, |
138 | #endif | 138 | #endif |
139 | #ifdef BB_HEAD | 139 | #ifdef BB_HEAD |
140 | {"head", head_main, _BB_DIR_BIN}, | 140 | {"head", head_main, _BB_DIR_USR_BIN}, |
141 | #endif | 141 | #endif |
142 | #ifdef BB_HOSTID | 142 | #ifdef BB_HOSTID |
143 | {"hostid", hostid_main, _BB_DIR_USR_BIN}, | 143 | {"hostid", hostid_main, _BB_DIR_USR_BIN}, |