summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tf2-ros-py.spec2
1 files changed, 0 insertions, 2 deletions
diff --git a/tf2-ros-py.spec b/tf2-ros-py.spec
index 24ac2e3..67295a6 100644
--- a/tf2-ros-py.spec
+++ b/tf2-ros-py.spec
@@ -50,7 +50,6 @@ This package contains the ROS Python bindings for the tf2 library
# 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
@@ -58,7 +57,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}