build: typo fix
This commit is contained in:
parent
f2362cc277
commit
3a187f88f4
@ -72,7 +72,7 @@ else
|
||||
split_usr = get_option('split-usr') == 'true'
|
||||
endif
|
||||
|
||||
rootprefix_default = split_usr ? '/' : '/usr'A
|
||||
rootprefix_default = split_usr ? '/' : '/usr'
|
||||
rootprefix_path = get_option('rootprefix')
|
||||
rootprefix = rootprefix_path != '' ? rootprefix_path : rootprefix_default
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user