From e5510009e689c0b302a1a266c64d8aca3840d436 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Thu, 29 Feb 2024 12:15:24 +0000 Subject: [PATCH] Install the tools/http_server.py tool as dhtnode-http. Last-Update: 2023-10-21 Gbp-Pq: Name 2010-install-dhtnode-http.patch --- python/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index cd74c18..8294147 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -16,4 +16,5 @@ configure_file(pyproject.toml pyproject.toml COPYONLY) # install(CODE "execute_process(COMMAND python3 setup.py install --root=\$ENV{DESTDIR}/ WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})") if (OPENDHT_TOOLS) install(PROGRAMS tools/dhtcluster.py DESTINATION ${CMAKE_INSTALL_BINDIR} RENAME dhtcluster) + install(PROGRAMS tools/http_server.py DESTINATION ${CMAKE_INSTALL_BINDIR} RENAME dhtnode-http) endif() -- 2.30.2