From: Amin Bandali Date: Fri, 22 Dec 2023 07:29:01 +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 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5f4bc86108f34cdf2aebc08b3d9170473c635b8b;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()