libssh: fix developDocDir on x86

This commit is contained in:
Joachim Mairböck
2025-08-10 20:27:51 +02:00
parent 9e67db91c9
commit 9a3b9ba5bb

View File

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