From: Amin Bandali Date: Thu, 29 Feb 2024 12:15:24 +0000 (+0000) Subject: Install the tools/http_server.py tool as dhtnode-http. X-Git-Tag: archive/raspbian/3.0.1-1.1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e5510009e689c0b302a1a266c64d8aca3840d436;p=opendht.git Install the tools/http_server.py tool as dhtnode-http. Last-Update: 2023-10-21 Gbp-Pq: Name 2010-install-dhtnode-http.patch --- 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()