diff options
author | Vladimir Lettiev <thecrux@gmail.com> | 2009-08-19 11:16:11 +0200 |
---|---|---|
committer | Milan Bouchet-Valat <nalimilan@club.fr> | 2009-08-19 11:29:36 +0200 |
commit | 65b0c818a4eb8be6ec71cb486829d2f77db54906 (patch) | |
tree | 889043593d234c70813482dc59b1c7559476377b /dispatcher | |
parent | 52b2419d4ad8641c3dd63272f6c1ca97f570bf45 (diff) |
bfo#21529 - Move the s-t-b executable to sbindir
s-t-b is system service and unprivileged users cannot run it. So it must be
moved to sbindir.
Diffstat (limited to 'dispatcher')
-rw-r--r-- | dispatcher/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatcher/Makefile.am b/dispatcher/Makefile.am index 6af7afc..d515077 100644 --- a/dispatcher/Makefile.am +++ b/dispatcher/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = \ $(POLKIT_CFLAGS) \ $(GIO_CFLAGS) -bin_PROGRAMS = system-tools-backends +sbin_PROGRAMS = system-tools-backends if HAVE_GIO file_monitor_sources = file-monitor.c file-monitor.h |