build: place mkfs into sbindir

Filesystem creation utilities have always been in *sbin*.

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
This commit is contained in:
Jan Engelhardt 2012-12-12 04:05:07 +01:00
parent 8471b6a200
commit c7e0a01375

View File

@ -2,6 +2,6 @@
AM_CPPFLAGS = ${libuuid_CFLAGS}
AM_CFLAGS = -Wall
bin_PROGRAMS = mkfs.f2fs
sbin_PROGRAMS = mkfs.f2fs
mkfs_f2fs_SOURCES = f2fs_format.c f2fs_format.h
mkfs_f2fs_LDADD = ${libuuid_LIBS}