mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-26 19:51:32 +00:00
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:
parent
8471b6a200
commit
c7e0a01375
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user