fix font file path

This commit is contained in:
Guillaume Castagnino 2022-05-28 10:10:55 +02:00
parent 4d709ab694
commit 2a5f8874fe
Signed by: casta
SSH key fingerprint: SHA256:PtJi7zHrXiSWdLApi+BdpmmbITeLq6cI7LZtgsuAtyk

View file

@ -63,7 +63,7 @@ case "$1" in
# update fonts.xml
cp -p $(get_output_path "$SYS/etc/fonts.xml") $(get_output_path "$SYS/etc/fonts.xml").bak
# Try to patch for android 12
patch -p0 "$SYS/etc/fonts.xml" <<EOT
patch -p0 $(get_output_path "$SYS/etc/fonts.xml") <<EOT
--- fonts.xml.orig 2022-05-12 10:35:06.965519319 +0200
+++ fonts.xml 2022-05-12 10:44:30.635892195 +0200
@@ -24,92 +24,92 @@