Make it use whatever libexec is set to, like the other xfce libs do. Index: xfce4-kiosk-query/Makefile.am =================================================================== --- xfce4-kiosk-query/Makefile.am (revision 20223) +++ xfce4-kiosk-query/Makefile.am (working copy) @@ -2,7 +2,7 @@ -I$(top_builddir) \ -I$(top_srcdir) -sbin_PROGRAMS = \ +libexec_PROGRAMS = \ xfce4-kiosk-query xfce4_kiosk_query_SOURCES = \ Reproducible: Always Steps to Reproduce: 1. 2. 3.
ah, nevermind, I guess since it is an administrator tool it's not for libexec. sorry for the spam
Indeed the location is correct as it is. Thanks.