From: Gergely Kiss Date: Wed, 4 May 2016 06:26:35 +0000 (+0200) Subject: libzdb: use correct path when creating host bindir X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d6ff1a0f1553db0ee74d35009bd12ea72b1370dd;p=feed%2Fpackages.git libzdb: use correct path when creating host bindir Signed-off-by: Gergely Kiss --- diff --git a/libs/libzdb/Makefile b/libs/libzdb/Makefile index 13a2d62f5d..a8fcf30c27 100644 --- a/libs/libzdb/Makefile +++ b/libs/libzdb/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libzdb PKG_VERSION:=3.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_LICENSE:=GPL-3.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -63,7 +63,7 @@ define Host/Compile endef define Host/Install - $(INSTALL_DIR) $(STAGING_DIR_HOST)/bin + $(INSTALL_DIR) $(STAGING_DIR)/host/bin $(CP) $(HOST_BUILD_DIR)/tools/bin/filterh $(STAGING_DIR)/host/bin/ endef