summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tf2-tools.spec2
1 files changed, 0 insertions, 2 deletions
diff --git a/tf2-tools.spec b/tf2-tools.spec
index c57e215..09a4d9b 100644
--- a/tf2-tools.spec
+++ b/tf2-tools.spec
@@ -48,7 +48,6 @@ tf2_tools
# 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
@@ -56,7 +55,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}