From 94b56369f14b99f6d591bc6ae64e6ab4d1aecf2f Mon Sep 17 00:00:00 2001 From: nrb <38812627+nrbffs@users.noreply.github.com> Date: Sun, 16 Dec 2018 15:13:44 +0100 Subject: [PATCH] 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. --- gluon-config-mode-zip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gluon-config-mode-zip/Makefile b/gluon-config-mode-zip/Makefile index d0b1f31..202d9a2 100644 --- a/gluon-config-mode-zip/Makefile +++ b/gluon-config-mode-zip/Makefile @@ -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)) -- GitLab