Funny. Head was getting installed to the wrong spot.
-Erik
This commit is contained in:
@@ -137,7 +137,7 @@ const struct BB_applet applets[] = {
|
|||||||
{"halt", halt_main, _BB_DIR_SBIN},
|
{"halt", halt_main, _BB_DIR_SBIN},
|
||||||
#endif
|
#endif
|
||||||
#ifdef BB_HEAD
|
#ifdef BB_HEAD
|
||||||
{"head", head_main, _BB_DIR_BIN},
|
{"head", head_main, _BB_DIR_USR_BIN},
|
||||||
#endif
|
#endif
|
||||||
#ifdef BB_HOSTID
|
#ifdef BB_HOSTID
|
||||||
{"hostid", hostid_main, _BB_DIR_USR_BIN},
|
{"hostid", hostid_main, _BB_DIR_USR_BIN},
|
||||||
|
@@ -137,7 +137,7 @@ const struct BB_applet applets[] = {
|
|||||||
{"halt", halt_main, _BB_DIR_SBIN},
|
{"halt", halt_main, _BB_DIR_SBIN},
|
||||||
#endif
|
#endif
|
||||||
#ifdef BB_HEAD
|
#ifdef BB_HEAD
|
||||||
{"head", head_main, _BB_DIR_BIN},
|
{"head", head_main, _BB_DIR_USR_BIN},
|
||||||
#endif
|
#endif
|
||||||
#ifdef BB_HOSTID
|
#ifdef BB_HOSTID
|
||||||
{"hostid", hostid_main, _BB_DIR_USR_BIN},
|
{"hostid", hostid_main, _BB_DIR_USR_BIN},
|
||||||
|
Reference in New Issue
Block a user