diff options
| author | CoprDistGit <infra@openeuler.org> | 2026-04-06 13:28:15 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2026-04-06 13:28:15 +0000 |
| commit | b266664200cf008c013b2a973bc36bd678e36830 (patch) | |
| tree | da68eef878acb95e128e084ae77df0f7125bc4fb | |
| parent | acb888b363b3c47c63d54694987f38851ca67b4d (diff) | |
automatic import of tf2-toolsopeneuler24.03_LTS
| -rw-r--r-- | tf2-tools.spec | 2 |
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} |
