Skip to content
Snippets Groups Projects
Commit 94b56369 authored by nrb's avatar nrb
Browse files

gluon-config-mode-zip: fix ZIP data not in respondd nodeinfo

respondd plugins have moved from /lib/gluon/respondd/ to
/usr/lib/respondd. Reflect this change in the Makefile to ensure
respondd will find our plugin.
parent cb5fd4bb
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,8 @@ define Build/Compile
endef
define Package/gluon-config-mode-zip/install
$(INSTALL_DIR) $(1)/lib/gluon/respondd
$(CP) $(PKG_BUILD_DIR)/respondd.so $(1)/lib/gluon/respondd/node-info-zip.so
$(INSTALL_DIR) $(1)/usr/lib/respondd
$(CP) $(PKG_BUILD_DIR)/respondd.so $(1)/usr/lib/respondd/node-info-zip.so
$(CP) $(PKG_BUILD_DIR)/luadest/* $(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