OSDN Git Service

scripts/sphinx-pre-install: Add a new path for the debian package "fonts-noto-cjk"
authorJeremy MAURO <jeremy.mauro@gmail.com>
Wed, 2 Oct 2019 13:35:42 +0000 (15:35 +0200)
committerJonathan Corbet <corbet@lwn.net>
Thu, 3 Oct 2019 16:49:08 +0000 (10:49 -0600)
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>
scripts/sphinx-pre-install

index 646b977..68385fa 100755 (executable)
@@ -348,7 +348,8 @@ sub give_debian_hints()
                check_missing_file(["/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf"],
                                   "fonts-dejavu", 2);
 
-               check_missing_file(["/usr/share/fonts/noto-cjk/NotoSansCJK-Regular.ttc"],
+               check_missing_file(["/usr/share/fonts/noto-cjk/NotoSansCJK-Regular.ttc",
+                                  "/usr/share/fonts/opentype/noto/NotoSerifCJK-Regular.ttc"],
                                   "fonts-noto-cjk", 2);
        }