summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--angles.spec2
1 files changed, 0 insertions, 2 deletions
diff --git a/angles.spec b/angles.spec
index ccb9f10..7b2e355 100644
--- a/angles.spec
+++ b/angles.spec
@@ -54,7 +54,6 @@ This package provides a set of simple math utilities to work
# 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}