mkfs.erofs is a part of erofs-utils, thus it isn't suitable for the package name.
Signed-off-by: Gao Xiang <[email protected]> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 74ad0c0..8e3f703 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([mkfs.erofs], [0.1], [[email protected]]) +AC_INIT([erofs-utils], [0.1], [[email protected]]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE([foreign -Wall -Werror]) -- 2.14.4
