mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
libsolv, fix location of manpage (#8549)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user