tweaks to build system, mainly making menuconfig text and order clearer
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
b1993380ba
commit
d4d289acf5
6 changed files with 46 additions and 38 deletions
|
@ -592,9 +592,11 @@ static const char usr_sbin[] ALIGN1 = "/usr/sbin/";
|
|||
static const char *const install_dir[] = {
|
||||
&usr_bin [8], /* "/" */
|
||||
&usr_bin [4], /* "/bin/" */
|
||||
&usr_sbin[4], /* "/sbin/" */
|
||||
usr_bin,
|
||||
usr_sbin
|
||||
&usr_sbin[4] /* "/sbin/" */
|
||||
# if !ENABLE_INSTALL_NO_USR
|
||||
,usr_bin
|
||||
,usr_sbin
|
||||
# endif
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue