diff --git a/net-libs/libssh/libssh-0.11.2.recipe b/net-libs/libssh/libssh-0.11.2.recipe index d23069f24..a4ea0476a 100644 --- a/net-libs/libssh/libssh-0.11.2.recipe +++ b/net-libs/libssh/libssh-0.11.2.recipe @@ -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" }