build-sys: move runuser(1) to sbin dir

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2012-11-01 12:01:52 +01:00
parent 7a7f9d3886
commit 5b68dea9d5
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ endif
if BUILD_RUNUSER
bin_PROGRAMS += runuser
sbin_PROGRAMS += runuser
dist_man_MANS += login-utils/runuser.1
runuser_SOURCES = \
login-utils/runuser.c \