Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libsolv, fix location of manpage #8549

Merged
merged 1 commit into from Apr 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions dev-libs/libsolv/libsolv-0.3.0_haiku_2014_12_22.recipe
Expand Up @@ -3,7 +3,7 @@ DESCRIPTION="A Library for solving packages and reading repositories."
HOMEPAGE="https://github.com/openSUSE/libsolv"
COPYRIGHT="2007-2013, Novell Inc."
LICENSE="BSD (3-clause)"
REVISION="4"
REVISION="5"
srcGitRev="da2650933f85f5a30d8146bfb22af53d2620d0c7"
SOURCE_URI="https://github.com/weinhold/libsolv/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="79aa7772bfe403f003e8063480ddc3d4f491b3f5d7b8cace610605fba3318150"
Expand Down Expand Up @@ -69,8 +69,8 @@ INSTALL()
make -C build install

# add the manpage for libsolv
mkdir -p $manDir/man/man3
cp doc/libsolv.3 $manDir/man/man3
mkdir -p $manDir/man3
cp doc/libsolv.3 $manDir/man3

# set up the develop directory correctly
prepareInstalledDevelLibs libsolv libsolvext
Expand Down