Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libsolv: Fix ftbfs due to split/dev now installing /usr/share/cmake
We no longer need to manually install /usr/share/cmake because the split/dev pipeline now does this for us. But since libsolv tries to anyway, it now fails to build. This is fallout from: chainguard-dev/melange#1693 Our manual install was moving it into /usr/lib instead of /usr/share. /usr/share is where upstream installs it. /usr/share seems to be an OK choice with split/dev now explicitly supporting it. So let's avoid unnecessarily diverging from upstream and leave it under /usr/share. Fixes: #38649 Signed-off-by: dann frazier <[email protected]>
- Loading branch information