packages: replace command install by $(INSTALL)
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
ffe60b1bfa
commit
c962338070
@@ -45,7 +45,7 @@ define FBV_BUILD_CMDS
|
||||
endef
|
||||
|
||||
define FBV_INSTALL_TARGET_CMDS
|
||||
install -D $(@D)/fbv $(TARGET_DIR)/usr/bin/fbv
|
||||
$(INSTALL) -D $(@D)/fbv $(TARGET_DIR)/usr/bin/fbv
|
||||
endef
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user