summaryrefslogtreecommitdiff
path: root/angles.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-03-26 14:34:27 +0000
committerCoprDistGit <infra@openeuler.org>2026-03-26 14:34:27 +0000
commit157542cae6ff02495e7fc2f9e448595fa7716150 (patch)
treeb617d304cc5bd91d373cf5ffafeca75248bf918a /angles.spec
parentbe39c0ed89911e7d27226a5a62f64b16c6aca670 (diff)
automatic import of angles
Diffstat (limited to 'angles.spec')
-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.