Skip to content

Commit

Permalink
fixup remove changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Jun 6, 2023
1 parent eb5292f commit 9473256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/skupper-router.spec
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ cd %{_builddir}/skupper-router-%{version}
%cmake_build --target all --target man

%install
cd %{_builddir}/skupper-router
cd %{_builddir}/skupper-router-%{version}
%cmake_install

%check
cd %{_builddir}/skupper-router
cd %{_builddir}/skupper-router-%{version}
%ctest

%files
Expand Down

0 comments on commit 9473256

Please sign in to comment.