diff options
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ const struct BB_applet applets[] = { {"halt", halt_main, _BB_DIR_SBIN}, #endif #ifdef BB_HEAD - {"head", head_main, _BB_DIR_BIN}, + {"head", head_main, _BB_DIR_USR_BIN}, #endif #ifdef BB_HOSTID {"hostid", hostid_main, _BB_DIR_USR_BIN}, |