diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2021-09-06 16:04:46 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2021-09-06 16:04:46 -0500 |
commit | 3a187f88f47517b1fb0ee1247c79ab06899928f6 (patch) | |
tree | 1d196ffff678653970fd39938f0b580fe86452cb | |
parent | f2362cc277023550b2482215b4a1cd7142639427 (diff) |
build: typo fix
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 75c225a2..6c59e9b5 100644 --- a/meson.build +++ b/meson.build @@ -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 |