diff --git a/sys-apps/dbus/dbus-1.16.2.recipe b/sys-apps/dbus/dbus-1.16.2.recipe index 928ea78d0..92a231e9b 100644 --- a/sys-apps/dbus/dbus-1.16.2.recipe +++ b/sys-apps/dbus/dbus-1.16.2.recipe @@ -13,7 +13,7 @@ use behind a firewall with shared NFS home directories." HOMEPAGE="https://freedesktop.org/wiki/Software/dbus/" COPYRIGHT="2014 Red Hat, Inc." LICENSE="GNU GPL v2" -REVISION="6" +REVISION="7" SOURCE_URI="https://dbus.freedesktop.org/releases/dbus/dbus-$portVersion.tar.xz" CHECKSUM_SHA256="0ba2a1a4b16afe7bceb2c07e9ce99a8c2c3508e5dec290dbb643384bd6beb7e2" PATCHES="dbus-$portVersion.patchset" @@ -113,6 +113,7 @@ BUILD() cmake -B build -S . -DCMAKE_BUILD_TYPE=RelWithDebInfo \ $cmakeDirArgs \ -DCMAKE_INSTALL_BINDIR=$prefix/bin \ + -DCMAKE_INSTALL_DOCDIR=$documentationDir/packages/dbus \ -DDocBookXSL_DIR=/system/data/xml/docbook/xsl-stylesheets-1.79.2 make -C build $jobArgs