summaryrefslogtreecommitdiffstats
path: root/disk-utils/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2008-03-04 11:10:42 +0100
committerKarel Zak2008-03-04 12:36:55 +0100
commit70ae6e9525cd5f645695c0cf2a9a0718c9a6925a (patch)
tree77554de14cf24573dd0edb0abe77d11d4e47024f /disk-utils/Makefile.am
parentmount: allow auto-destruction of loop devices (diff)
downloadkernel-qcow2-util-linux-70ae6e9525cd5f645695c0cf2a9a0718c9a6925a.tar.gz
kernel-qcow2-util-linux-70ae6e9525cd5f645695c0cf2a9a0718c9a6925a.tar.xz
kernel-qcow2-util-linux-70ae6e9525cd5f645695c0cf2a9a0718c9a6925a.zip
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>
Diffstat (limited to 'disk-utils/Makefile.am')
-rw-r--r--disk-utils/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/disk-utils/Makefile.am b/disk-utils/Makefile.am
index 8f80624a4..7fed9d8b8 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