projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2e4376
)
libzdb: use correct path when creating host bindir
author
Gergely Kiss
<mail.gery@gmail.com>
Wed, 4 May 2016 06:26:35 +0000
(08:26 +0200)
committer
Etienne CHAMPETIER
<champetier.etienne@gmail.com>
Wed, 24 Aug 2016 20:35:34 +0000
(20:35 +0000)
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
libs/libzdb/Makefile
patch
|
blob
|
history
diff --git
a/libs/libzdb/Makefile
b/libs/libzdb/Makefile
index 13a2d62f5db65e5606f94b0e528aaac3fd27930b..a8fcf30c278035aa5933097c1a2a6e24ce7082ac 100644
(file)
--- 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