mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/quazip: add full destination path when installing qztest
Fixes: 53044437c8 ("package/quazip: add option to build/install tests")
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
@@ -20,7 +20,7 @@ ifeq ($(BR2_PACKAGE_QUAZIP_INSTALL_TESTS),y)
|
||||
QUAZIP_CONF_OPTS += -DQUAZIP_ENABLE_TESTS=ON
|
||||
|
||||
define QUAZIP_INSTALL_TESTS
|
||||
$(INSTALL) -D -m 0755 $(@D)/qztest/qztest $(TARGET_DIR)/usr/bin
|
||||
$(INSTALL) -D -m 0755 $(@D)/qztest/qztest $(TARGET_DIR)/usr/bin/qztest
|
||||
endef
|
||||
|
||||
QUAZIP_POST_INSTALL_TARGET_HOOKS += QUAZIP_INSTALL_TESTS
|
||||
|
||||
Reference in New Issue
Block a user