diff options
| -rw-r--r-- | nav2-smoother.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nav2-smoother.spec b/nav2-smoother.spec index ddf1b4c..5ef63ca 100644 --- a/nav2-smoother.spec +++ b/nav2-smoother.spec @@ -61,7 +61,7 @@ Provides: %{name}-runtime = %{version}-%{release} Smoother action interface %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. @@ -85,7 +85,7 @@ mkdir -p .obj-%{_target_platform} && cd .obj-%{_target_platform} %if !0%{?with_tests} -DBUILD_TESTING=OFF \ %endif - ../%{RosPkgName}-%{version} + .. %make_build |
