Skip to content
Snippets Groups Projects
Unverified Commit 01982c40 authored by Flip's avatar Flip Committed by GitHub
Browse files

Merge pull request #4 from nrbffs/nrbffs/zip-fix-respondd

gluon-config-mode-zip: fix ZIP data not in respondd nodeinfo
parents fabac0be 94b56369
Branches
Tags
No related merge requests found
...@@ -33,8 +33,8 @@ define Build/Compile ...@@ -33,8 +33,8 @@ define Build/Compile
endef endef
define Package/gluon-config-mode-zip/install define Package/gluon-config-mode-zip/install
$(INSTALL_DIR) $(1)/lib/gluon/respondd $(INSTALL_DIR) $(1)/usr/lib/respondd
$(CP) $(PKG_BUILD_DIR)/respondd.so $(1)/lib/gluon/respondd/node-info-zip.so $(CP) $(PKG_BUILD_DIR)/respondd.so $(1)/usr/lib/respondd/node-info-zip.so
$(CP) $(PKG_BUILD_DIR)/luadest/* $(1)/ $(CP) $(PKG_BUILD_DIR)/luadest/* $(1)/
$(call GluonInstallI18N,gluon-config-mode-zip,$(1)) $(call GluonInstallI18N,gluon-config-mode-zip,$(1))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment