summaryrefslogtreecommitdiff
path: root/joint-state-publisher.spec
diff options
context:
space:
mode:
Diffstat (limited to 'joint-state-publisher.spec')
-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}