From 6438a025f604fb7a97629eeceb9cafc2f513846f Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 24 Sep 2023 23:22:31 +0200 Subject: [PATCH] debian/rules: set LIBEXECDIR to /usr/libexec/. This is required for some correct interaction with tools from mate-session-manager. Thanks to Jeremy Bicha for bringing this up. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 8ea49cd..21f5853 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,7 @@ override_dh_auto_configure: NOCONFIGURE=1 ./autogen.sh dh_auto_configure $(DHFLAGS) -- \ --disable-silent-rules \ - --libexecdir=/usr/lib/${pkgname} \ + --libexecdir=/usr/libexec \ --localstatedir=/var \ --disable-static \ $(CONFIGURE_SYSTEMD)