mirror of https://github.com/OpenIPC/firmware.git
Majestic: remove existing download
parent
7677f156f0
commit
302293bf8f
|
@ -46,4 +46,9 @@ define MAJESTIC_INSTALL_TARGET_CMDS
|
|||
$(INSTALL) -m 755 -t $(TARGET_DIR)/usr/bin $(@D)/majestic
|
||||
endef
|
||||
|
||||
define MAJESTIC_REMOVE_DOWNLOAD
|
||||
rm -f $(BR2_DL_DIR)/majestic/$(MAJESTIC_SOURCE)
|
||||
endef
|
||||
MAJESTIC_PRE_DOWNLOAD_HOOKS += MAJESTIC_REMOVE_DOWNLOAD
|
||||
|
||||
$(eval $(generic-package))
|
||||
|
|
Loading…
Reference in New Issue