From 06a4478b5ef2aa6df50992d2e0cbad081df15eed Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Sat, 5 Nov 2022 00:52:18 +0600 Subject: [PATCH] Fix --- roswww_static/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roswww_static/CMakeLists.txt b/roswww_static/CMakeLists.txt index 74bc93ad..d24d37e4 100644 --- a/roswww_static/CMakeLists.txt +++ b/roswww_static/CMakeLists.txt @@ -12,7 +12,7 @@ endmacro() install(DIRECTORY launch DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}) -catkin_install_python(PROGRAMS update +catkin_install_python(PROGRAMS src/update DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} )