summaryrefslogtreecommitdiff
path: root/nav2-simple-commander.spec
diff options
context:
space:
mode:
Diffstat (limited to 'nav2-simple-commander.spec')
-rw-r--r--nav2-simple-commander.spec2
1 files changed, 0 insertions, 2 deletions
diff --git a/nav2-simple-commander.spec b/nav2-simple-commander.spec
index 989375a..12bb612 100644
--- a/nav2-simple-commander.spec
+++ b/nav2-simple-commander.spec
@@ -54,7 +54,6 @@ tar -xzf nav2-simple-commander-1.1.20.tar.gz
# in the install tree and source it. It will set things like
# CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.
if [ -f "/opt/ros/%{ros_distro}/setup.sh" ]; then . "/opt/ros/%{ros_distro}/setup.sh"; fi
-cd %{RosPkgName}-%{version}
%py3_build
%install
@@ -62,7 +61,6 @@ cd %{RosPkgName}-%{version}
# in the install tree and source it. It will set things like
# CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.
if [ -f "/opt/ros/%{ros_distro}/setup.sh" ]; then . "/opt/ros/%{ros_distro}/setup.sh"; fi
-cd %{RosPkgName}-%{version}
%py3_install -- --prefix "/opt/ros/%{ros_distro}"
%if 0%{?with_tests}