]> err.no Git - util-linux/commitdiff
fdformat: install to /usr/sbin instead to /usr/bin
authorKarel Zak <kzak@redhat.com>
Tue, 4 Mar 2008 10:10:42 +0000 (11:10 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 4 Mar 2008 11:36:55 +0000 (12:36 +0100)
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>
disk-utils/Makefile.am

index 8f80624a4adc5533ffdccf21e1ab46c43a536342..7fed9d8b86f102f5c8bc9250dce89327428d8467 100644 (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