libsolv, fix location of manpage (#8549)

This commit is contained in:
Schrijvers Luc
2023-04-28 18:10:35 +02:00
committed by GitHub
parent d1a4c18183
commit c809b601ce

View File

@@ -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"
@@ -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