fdformat: install to /usr/sbin instead to /usr/bin

It should be in usrsbinexecdir, since formatting is usually a
privileged util-linux operation (like mkfs).

Reported-By: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2008-03-04 11:10:42 +01:00
parent 024e1a4f90
commit 70ae6e9525
1 changed files with 2 additions and 1 deletions

View File

@ -13,10 +13,11 @@ mkswap_SOURCES = mkswap.c swapheader.h $(utils_common)
blockdev_SOURCES = blockdev.c $(utils_common)
usrbinexec_PROGRAMS = isosize
usrsbinexec_PROGRAMS =
if LINUX
dist_man_MANS += fdformat.8
usrbinexec_PROGRAMS += fdformat
usrsbinexec_PROGRAMS += fdformat
endif
if BUILD_ELVTUNE