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

Commit 66376e3

Browse files
procountXECDesign
authored andcommitted
Remove redundant blank line
1 parent cdd3d6b commit 66376e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

buildroot/package/recovery/recovery.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ define RECOVERY_INSTALL_TARGET_CMDS
3333
$(INSTALL) -m 0755 package/recovery/unicode-fonts/NanumBarunGothicBold.ttf $(TARGET_DIR)/usr/lib/fonts/NanumBarunGothicBold.ttf
3434
$(INSTALL) -m 0755 package/recovery/data/data $(TARGET_DIR)/usr/data
3535
$(INSTALL) -m 0644 $(@D)/cmdline.txt $(BINARIES_DIR)/cmdline.txt
36-
3736
mkdir -p $(TARGET_DIR)/keymaps/
3837
$(INSTALL) -m 0755 package/recovery/keymaps/* $(TARGET_DIR)/keymaps/
3938
$(INSTALL) -m 0644 package/recovery/wpa_supplicant.conf $(TARGET_DIR)/etc/wpa_supplicant.conf

0 commit comments

Comments
 (0)