mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
rpi-armmem: fix install command
This commit is contained in:
parent
839d5c7995
commit
a7b265dc8a
@ -13,7 +13,7 @@ define RPI_ARMMEM_BUILD_CMDS
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define RPI_ARMMEM_INSTALL_TARGET_CMDS
|
define RPI_ARMMEM_INSTALL_TARGET_CMDS
|
||||||
if [ -n "$(BR2_cortex_a7)" ]; then suffix="v7l"; else suffix="v6l"; fi
|
if [ -n "$(BR2_cortex_a7)" ]; then suffix="v7l"; else suffix="v6l"; fi; \
|
||||||
$(INSTALL) -D -m 0755 $(@D)/libarmmem-$${suffix}.so $(TARGET_DIR)/usr/lib/libarmmem.so
|
$(INSTALL) -D -m 0755 $(@D)/libarmmem-$${suffix}.so $(TARGET_DIR)/usr/lib/libarmmem.so
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user