[Buildroot] [git commit branch/2019.11.x] package/cups: store web-interface files under /usr/share/cups/doc-root

Peter Korsgaard peter at korsgaard.com
Sun Mar 15 10:38:22 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=aeb49be8b346a03c3b3ae33e55071f731e38a9e1
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.11.x

The web-interface files (~1.8MB) are by default installed under
/usr/share/doc/cups, which is unfortunate as Buildroot removes usr/share/doc
in target-finalize, breaking the webui.

As a fix, store the web-interface files under /usr/share/cups/doc-root,
similar to how it is done in Debian.

Signed-off-by: Alexey Lukyanchuk <skif at skif-web.ru>
[Peter: use --with-docdir, update description]
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit 07ea16bd9ef17ef53484e43d9b4eaf32c97cf5bc)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/cups/cups.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/cups/cups.mk b/package/cups/cups.mk
index 8ac28b0f14..0c29659e1a 100644
--- a/package/cups/cups.mk
+++ b/package/cups/cups.mk
@@ -18,6 +18,7 @@ endef
 CUPS_PRE_CONFIGURE_HOOKS += CUPS_RUN_AUTOCONF
 
 CUPS_CONF_OPTS = \
+	--with-docdir=/usr/share/cups/doc-root \
 	--disable-gssapi \
 	--disable-pam \
 	--libdir=/usr/lib


More information about the buildroot mailing list