[PATCH] rpcd CMakeLists.txt: install unauthenticated.json

Sergey Ponomarev stokito at gmail.com
Tue Jan 19 02:24:25 EST 2021


When installing rpcd directly from CMake then the file is missing.

Signed-off-by: Sergey Ponomarev <stokito at gmail.com>
---
 CMakeLists.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 266dbe4..213b4ba 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -69,3 +69,6 @@ INSTALL(TARGETS rpcd ${PLUGINS}
 	RUNTIME DESTINATION sbin
 	LIBRARY DESTINATION lib
 )
+INSTALL(FILES unauthenticated.json
+	DESTINATION share/rpcd/aclh.d
+)
-- 
2.27.0




More information about the openwrt-devel mailing list