Funny. Head was getting installed to the wrong spot.

-Erik
This commit is contained in:
Eric Andersen 2000-07-19 17:34:40 +00:00
parent 1d255be78d
commit 52d6fa3bb3
2 changed files with 2 additions and 2 deletions

View File

@ -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},

View File

@ -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},