From 70ae6e9525cd5f645695c0cf2a9a0718c9a6925a Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 4 Mar 2008 11:10:42 +0100 Subject: [PATCH] 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 --- disk-utils/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5