[Buildroot] [PATCH 3/3] package/mupdf: skip installing docs to the target

Raphaël Mélotte raphael.melotte at mind.be
Mon Apr 7 10:39:58 UTC 2025


The current 'install' target comprises 'install-libs', 'install-apps'
and 'install-docs'.

In our case we don't want to install documentation to the target, so
just run the other two.

Signed-off-by: Raphaël Mélotte <raphael.melotte at mind.be>
---
 package/mupdf/mupdf.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/mupdf/mupdf.mk b/package/mupdf/mupdf.mk
index 493d46f77a..619f394497 100644
--- a/package/mupdf/mupdf.mk
+++ b/package/mupdf/mupdf.mk
@@ -97,7 +97,7 @@ endef
 
 define MUPDF_INSTALL_TARGET_CMDS
 	$(MUPDF_MAKE_ENV) $(MAKE) -C $(@D) $(MUPDF_MAKE_OPTS) \
-		DESTDIR="$(TARGET_DIR)" install
+		DESTDIR="$(TARGET_DIR)" install-libs install-apps
 endef
 
 $(eval $(generic-package))
-- 
2.34.1



More information about the buildroot mailing list