mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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
@@ -29,7 +29,7 @@ METACITY_DEPENDENCIES += xlib_libXcursor
|
||||
endif
|
||||
|
||||
define METACITY_INSTALL_XSESSION
|
||||
install -D package/metacity/Xsession $(TARGET_DIR)/etc/X11/Xsession
|
||||
$(INSTALL) -D package/metacity/Xsession $(TARGET_DIR)/etc/X11/Xsession
|
||||
endef
|
||||
|
||||
METACITY_POST_INSTALL_TARGET_HOOKS += METACITY_INSTALL_XSESSION
|
||||
|
||||
Reference in New Issue
Block a user