Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

scripts/sphinx-pre-install: Add a new path for the debian package "fonts-noto-cjk"

The latest debian version "bullseye/sid" has changed the path of the file
"notoserifcjk-regular.ttc", with the previous change and this change we
keep the backward compatibility and add the latest debian version

Signed-off-by: Jeremy MAURO <j.mauro@criteo.com>
Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Jeremy MAURO and committed by
Jonathan Corbet
9692f2fd ff8fdb36

+2 -1
+2 -1
scripts/sphinx-pre-install
··· 348 348 check_missing_file(["/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf"], 349 349 "fonts-dejavu", 2); 350 350 351 - check_missing_file(["/usr/share/fonts/noto-cjk/NotoSansCJK-Regular.ttc"], 351 + check_missing_file(["/usr/share/fonts/noto-cjk/NotoSansCJK-Regular.ttc", 352 + "/usr/share/fonts/opentype/noto/NotoSerifCJK-Regular.ttc"], 352 353 "fonts-noto-cjk", 2); 353 354 } 354 355