mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
libssh: fix developDocDir on x86
This commit is contained in:
@@ -7,7 +7,7 @@ HOMEPAGE="https://www.libssh.org/"
|
||||
COPYRIGHT="2003-2025 Aris Adamantiadis, Andreas Schneider and libssh contributors"
|
||||
LICENSE="GNU LGPL v2.1
|
||||
BSD (2-clause)"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://www.libssh.org/files/${portVersion%.*}/libssh-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="69529fc18f5b601f0baf0e5a4501a2bc26df5e2f116f5f8f07f19fafaa6d04e7"
|
||||
PATCHES="libssh-$portVersion.patchset"
|
||||
@@ -104,8 +104,8 @@ INSTALL()
|
||||
"$developDir" \
|
||||
"$libDir"/cmake
|
||||
|
||||
install -d -m 755 "$developDocDir"
|
||||
cp -rT build/doc/html "$developDocDir"
|
||||
install -d -m 755 "$developDir/documentation/libssh"
|
||||
cp -rT build/doc/html "$developDir/documentation/libssh"
|
||||
packageEntries doc "$developDir"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user