rpcd: move menu.d to /usr/share/rpcd
[project/luci2/ui.git] / luci2 / src / rpcd / luci2.c
index 2b1a750..23bd629 100644 (file)
@@ -41,7 +41,7 @@
 #define RPC_LUCI2_DEF_LOGSIZE       (16 * 1024)
 
 /* location of menu definitions */
-#define RPC_LUCI2_MENU_FILES        "/usr/share/luci2/menu.d/*.json" /* */
+#define RPC_LUCI2_MENU_FILES        "/usr/share/rpcd/menu.d/*.json" /* */
 
 
 static const struct rpc_daemon_ops *ops;