summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-04-06 09:15:49 +0000
committerCoprDistGit <infra@openeuler.org>2026-04-06 09:15:49 +0000
commit8ae21c1006e0e63eb181b35b4ee03e8b71ff883f (patch)
tree6a6db598e41b2d94fd6e5e1cf24d96c59fd95022
parent2bccb4903f1864bd8c1313b7854eaba3b7d617dd (diff)
automatic import of joint-state-publisheropeneuler24.03_LTS
-rw-r--r--joint-state-publisher.spec2
1 files changed, 0 insertions, 2 deletions
diff --git a/joint-state-publisher.spec b/joint-state-publisher.spec
index da8f94f..ade9193 100644
--- a/joint-state-publisher.spec
+++ b/joint-state-publisher.spec
@@ -51,7 +51,6 @@ This package contains a tool for setting and publishing joint state values for a
# 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
@@ -59,7 +58,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}