mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 20:56:33 +00:00
Makefile: use HOST_DIR_SYMLINK instead of hardcoding
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
e1db66f80d
commit
1b62227d43
2
Makefile
2
Makefile
@ -455,7 +455,7 @@ endif
|
|||||||
ifneq ($(HOST_DIR),$(BASE_DIR)/host)
|
ifneq ($(HOST_DIR),$(BASE_DIR)/host)
|
||||||
HOST_DIR_SYMLINK = $(BASE_DIR)/host
|
HOST_DIR_SYMLINK = $(BASE_DIR)/host
|
||||||
$(HOST_DIR_SYMLINK): $(BASE_DIR)
|
$(HOST_DIR_SYMLINK): $(BASE_DIR)
|
||||||
ln -snf $(HOST_DIR) $(BASE_DIR)/host
|
ln -snf $(HOST_DIR) $(HOST_DIR_SYMLINK)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Quotes are needed for spaces and all in the original PATH content.
|
# Quotes are needed for spaces and all in the original PATH content.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user