summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-03-28 08:44:46 +0000
committerCoprDistGit <infra@openeuler.org>2026-03-28 08:44:46 +0000
commitaff08dd4c24c2574c56270b830a1950f06d3f99a (patch)
tree7a035179d134f7b2aad2aa09a876d2382f0e1d5a
parentdf9a1685a6609f4b89d6a4448ea43a374115c5b4 (diff)
automatic import of nav2-waypoint-followeropeneuler24.03_LTS
-rw-r--r--nav2-waypoint-follower.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/nav2-waypoint-follower.spec b/nav2-waypoint-follower.spec
index 6f044b2..1dd60c9 100644
--- a/nav2-waypoint-follower.spec
+++ b/nav2-waypoint-follower.spec
@@ -62,7 +62,7 @@ Provides: %{name}-runtime = %{version}-%{release}
A waypoint follower navigation server
%prep
-%autosetup -c -n %{name}-%{version} -p1
+%autosetup -n %{RosPkgName}-%{version} -p1
%build
# Needed to bootstrap since the ros_workspace package does not yet exist.
@@ -86,7 +86,7 @@ mkdir -p .obj-%{_target_platform} && cd .obj-%{_target_platform}
%if !0%{?with_tests}
-DBUILD_TESTING=OFF \
%endif
- ../%{RosPkgName}-%{version}
+ ..
%make_build