summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--angles.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/angles.spec b/angles.spec
index 7b2e355..bcf1fb1 100644
--- a/angles.spec
+++ b/angles.spec
@@ -49,6 +49,7 @@ This package provides a set of simple math utilities to work
%autosetup -n %{RosPkgName}-%{version}
%build
+cd angles
# In case we're installing to a non-standard location, look for a setup.sh
# in the install tree and source it. It will set things like
@@ -57,6 +58,7 @@ if [ -f "/opt/ros/%{ros_distro}/setup.sh" ]; then . "/opt/ros/%{ros_distro}/setu
%py3_build
%install
+cd angles
# In case we're installing to a non-standard location, look for a setup.sh
# in the install tree and source it. It will set things like
# CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.