build: typo fix

This commit is contained in:
William Hubbs 2021-09-06 16:04:46 -05:00
parent f2362cc277
commit 3a187f88f4

View File

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