From 444e44eb9da303c6614034a3558daceca15e0315 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 6 Sep 2021 14:30:30 -0500 Subject: build: change root_prefix to rootprefix --- sh/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sh') diff --git a/sh/meson.build b/sh/meson.build index 33b128b1..6469a8da 100644 --- a/sh/meson.build +++ b/sh/meson.build @@ -1,8 +1,8 @@ sh_conf_data = configuration_data() -if root_prefix == '/' +if rootprefix == '/' sh_conf_data.set('PREFIX', '') else - sh_conf_data.set('PREFIX', root_prefix) + sh_conf_data.set('PREFIX', rootprefix) endif sh_conf_data.set('BINDIR', bindir) sh_conf_data.set('LIBEXECDIR', rc_libexecdir) -- cgit v1.2.3