mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
Funny. Head was getting installed to the wrong spot.
-Erik
This commit is contained in:
parent
1d255be78d
commit
52d6fa3bb3
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user