mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 23:43:34 +08:00
lockdev: Fix TARGET_DIR link
Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c52523161c
commit
015e8f2bd1
@ -34,7 +34,7 @@ endef
|
||||
|
||||
define LOCKDEV_INSTALL_TARGET_CMDS
|
||||
$(MAKE1) basedir=$(TARGET_DIR)/usr -C $(@D) install_run
|
||||
ln -sf liblockdev.$(LOCKDEV_VERSION).so $(STAGING_DIR)/usr/lib/liblockdev.so.1
|
||||
ln -sf liblockdev.$(LOCKDEV_VERSION).so $(TARGET_DIR)/usr/lib/liblockdev.so.1
|
||||
endef
|
||||
endif # BR2_PREFER_STATIC_LIB
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user