From 751eed3a404279389eece88c23d5b7101f825b6d Mon Sep 17 00:00:00 2001
From: "A. Maitland Bottoms" <bottoms@debian.org>
Date: Thu, 1 Jul 2021 22:23:09 -0400
Subject: [PATCH 10/11] rename aurora_bist_test and usrp_hwd

to not have language-specific suffixes for Python.
Files in /usr/bin should not have such names by policy.
---
 mpm/python/CMakeLists.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/mpm/python/CMakeLists.txt b/mpm/python/CMakeLists.txt
index 9041347e1..cf1055915 100644
--- a/mpm/python/CMakeLists.txt
+++ b/mpm/python/CMakeLists.txt
@@ -101,9 +101,19 @@ execute_process(COMMAND ${PYTHON_EXECUTABLE} -c
 install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/build/lib/usrp_mpm DESTINATION ${USRP_MPM_PYTHON_DIR})
 install(PROGRAMS
     aurora_bist_test.py
+    DESTINATION ${RUNTIME_DIR}
+    RENAME aurora_bist_test
+)
+
+install(PROGRAMS
     usrp_update_fs
+    DESTINATION ${RUNTIME_DIR}
+)
+
+install(PROGRAMS
     usrp_hwd.py
     DESTINATION ${RUNTIME_DIR}
+    RENAME usrp_hwd
 )
 
 if (ENABLE_MYKONOS)
-- 
2.30.2

