summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-04-06 10:08:37 +0000
committerCoprDistGit <infra@openeuler.org>2026-04-06 10:08:37 +0000
commit93f878e1cf7fbd8049f7b59ad13e4ec703c0c03e (patch)
treef7cd7600e2f32a5bf351e3d70df33bb3484c0497
parent037f96c309be3758c0a53c59bd01ecb0e63109c6 (diff)
automatic import of nav2-simple-commanderopeneuler24.03_LTS
-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}