From a94b2292e8576ccddf1cbd5159f24f6265c85e73 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 30 Sep 2023 14:16:25 +0200 Subject: debian/: Install all helper scripts to LIBEXECDIR. --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 76c7912..5a34f02 100755 --- a/debian/rules +++ b/debian/rules @@ -20,11 +20,11 @@ override_dh_autoreconf: override_dh_auto_configure: set -x; if [ -x "$(GUEST_WRAPPER_BINARY_LIBEXEC)" ]; then \ - dh_auto_configure -- GUEST_WRAPPER_BINARY=/usr/libexec/lightdm/lightdm-guest-session; \ + dh_auto_configure -- --libexecdir=/usr/libexec GUEST_WRAPPER_BINARY=/usr/libexec/lightdm/lightdm-guest-session; \ elif [ -x "${GUEST_WRAPPER_BINARY_M_LIB}" ]; then \ - dh_auto_configure -- GUEST_WRAPPER_BINARY=/usr/lib/$(DEB_HOST_MULTIARCH)/lightdm/lightdm-guest-session; \ + dh_auto_configure -- --libexecdir=/usr/libexec GUEST_WRAPPER_BINARY=/usr/lib/$(DEB_HOST_MULTIARCH)/lightdm/lightdm-guest-session; \ elif [ -x "${GUEST_WRAPPER_BINARY_LIB}" ]; then \ - dh_auto_configure -- GUEST_WRAPPER_BINARY=/usr/lib/lightdm/lightdm-guest-session; \ + dh_auto_configure -- --libexecdir=/usr/libexec GUEST_WRAPPER_BINARY=/usr/lib/lightdm/lightdm-guest-session; \ else \ echo "Error: GUEST_WRAPPER_BINARY (lightdm-guest-session executable from LightDM) not found!"; \ exit 1; \ -- cgit v1.2.3