From 3a187f88f47517b1fb0ee1247c79ab06899928f6 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 6 Sep 2021 16:04:46 -0500 Subject: [PATCH] build: typo fix --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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