Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Add Korean fonts to the build for Korean language
Browse files Browse the repository at this point in the history
  • Loading branch information
ROBERTO authored and XECDesign committed Feb 20, 2017
1 parent 2efa581 commit 39d9129
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildroot/package/recovery/recovery.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ define RECOVERY_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 package/recovery/unicode-fonts/DejaVuSans.ttf $(TARGET_DIR)/usr/lib/fonts/DejaVuSans.ttf
$(INSTALL) -m 0755 package/recovery/unicode-fonts/DejaVuSans-Bold.ttf $(TARGET_DIR)/usr/lib/fonts/DejaVuSans-Bold.ttf
$(INSTALL) -m 0755 package/recovery/unicode-fonts/DroidSansJapanese.ttf $(TARGET_DIR)/usr/lib/fonts/DroidSansJapanese.ttf
$(INSTALL) -m 0755 package/recovery/unicode-fonts/NanumBarunGothic.ttf $(TARGET_DIR)/usr/lib/fonts/NanumBarunGothic.ttf
$(INSTALL) -m 0755 package/recovery/unicode-fonts/NanumBarunGothicBold.ttf $(TARGET_DIR)/usr/lib/fonts/NanumBarunGothicBold.ttf
$(INSTALL) -m 0755 package/recovery/data/data $(TARGET_DIR)/usr/data
$(INSTALL) -m 0644 $(@D)/cmdline.txt $(BINARIES_DIR)/cmdline.txt
mkdir -p $(TARGET_DIR)/keymaps/
Expand Down

0 comments on commit 39d9129

Please sign in to comment.