tools: e2fsprogs: delete doc/ directory after unpacking to ensure that makeinfo is not invoked
SVN-Revision: 34459
This commit is contained in:
parent
24b31c9428
commit
740daabdfd
@ -30,6 +30,11 @@ HOST_CONFIGURE_ARGS += \
|
||||
--disable-tls \
|
||||
--disable-nls
|
||||
|
||||
define Host/Prepare
|
||||
$(call Host/Prepare/Default)
|
||||
rm -rf $(HOST_BUILD_DIR)/doc
|
||||
endef
|
||||
|
||||
define Host/Install
|
||||
$(Host/Install/Default)
|
||||
$(MAKE) -C $(HOST_BUILD_DIR)/lib/uuid install
|
||||
|
Loading…
Reference in New Issue
Block a user