Skip to content

Commit

Permalink
[debian] Create the right directory for the non ROS version
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed Apr 9, 2023
1 parent 14aa02d commit 4965450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ else
export ROS_PACKAGE_PATH=/opt/ros/${ROS_DISTRO}/share
export CMAKE_PREFIX_PATH=/opt/ros/${ROS_DISTRO}:$CMAKE_PREFIX_PATH
export CMAKE_OPTIONS=-DCMAKE_INSTALL_PREFIX=/opt/ros/${ROS_DISTRO} -DBUILD_ROS_FREE_GUI:BOOL=ON -DPYTHON_EXECUTABLE=${PYTHON_EXECUTABLE}
export EXTRA_STEPS=mkdir -p $(TMP) && mv $(TMP)/opt/ros/${ROS_DISTRO}/lib/mc_rtc_rviz_panel/mc_rtc_gui_noros $(TMP)/usr/bin/mc_rtc_gui
export EXTRA_STEPS=mkdir -p $(TMP)/usr/bin/ && mv $(TMP)/opt/ros/${ROS_DISTRO}/lib/mc_rtc_rviz_panel/mc_rtc_gui_noros $(TMP)/usr/bin/mc_rtc_gui
endif


Expand Down

0 comments on commit 4965450

Please sign in to comment.