From a4d4d390bea0781d12304e145eff88d704ccbfdc Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 21 Sep 2021 12:34:22 -0500 Subject: move rc_bindir and rc_sbindir definitions to the top level --- src/rc/meson.build | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/rc/meson.build') diff --git a/src/rc/meson.build b/src/rc/meson.build index 3898ac0c..0246eabd 100644 --- a/src/rc/meson.build +++ b/src/rc/meson.build @@ -26,9 +26,6 @@ rc_wtmp_c = files([ 'rc-wtmp.c', ]) -rc_bindir = rc_libexecdir / 'bin' -rc_sbindir = rc_libexecdir / 'sbin' - executable('rc-status', ['rc-status.c', rc_misc_c, usage_c, version_h], c_args : cc_branding_flags, -- cgit v1.2.3