From: Karel Zak Date: Tue, 4 Mar 2008 10:10:42 +0000 (+0100) Subject: fdformat: install to /usr/sbin instead to /usr/bin X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70ae6e9525cd5f645695c0cf2a9a0718c9a6925a;p=util-linux 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 Signed-off-by: Karel Zak --- diff --git a/disk-utils/Makefile.am b/disk-utils/Makefile.am index 8f80624a..7fed9d8b 100644 --- a/disk-utils/Makefile.am +++ b/disk-utils/Makefile.am @@ -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