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.
This commit is contained in:
parent
5756bfbc7b
commit
6438a025f6
2
debian/rules
vendored
2
debian/rules
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user