Skip to content

Commit

Permalink
drop the unneeded rsync with the first patch applied now
Browse files Browse the repository at this point in the history
  • Loading branch information
kratsg committed Feb 12, 2025
1 parent 8d51549 commit 5c62596
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions recipes/yarr/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ build:
- CXXFLAGS="${CXXFLAGS}" cmake ${CMAKE_ARGS} -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_VERBOSE_MAKEFILE=ON -S . -B build
- cmake --build build --clean-first --parallel="${CPU_COUNT}"
- cmake --install build
- rsync -ravz lib/ $PREFIX/lib
- rsync -ravz bin/ $PREFIX/bin
- ls -lhtra $PREFIX/
- find $PREFIX -type f -iname "scanConsole"
number: 0
Expand Down

0 comments on commit 5c62596

Please sign in to comment.