From 8c967bce23aebab7631261324680b02240e75ee1 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 21 Oct 2025 09:45:18 +0000 Subject: [PATCH] CMakeLists.txt: rename udebug-cli to udebug on installation Signed-off-by: Felix Fietkau --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ba6a493..856fc2c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,6 +34,7 @@ INSTALL(FILES udebug.h udebug-pcap.h ) INSTALL(FILES udebug-cli DESTINATION sbin + RENAME udebug ) INSTALL(TARGETS udebugd udebug RUNTIME DESTINATION sbin -- 2.30.2