From d9b24109db6d4e497fff29639217905c9b293cb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Mairb=C3=B6ck?= Date: Sun, 10 Aug 2025 21:18:37 +0200 Subject: [PATCH] wget2: fix developDocDir on x86 also remove the empty develop/documentation directory from the devel package --- net-misc/wget2/wget2-2.2.0.recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-misc/wget2/wget2-2.2.0.recipe b/net-misc/wget2/wget2-2.2.0.recipe index 014c6b5c2..b8cd15543 100644 --- a/net-misc/wget2/wget2-2.2.0.recipe +++ b/net-misc/wget2/wget2-2.2.0.recipe @@ -7,7 +7,7 @@ COPYRIGHT="2012-2015 Tim Ruehsen 2015-2024 Free Software Foundation, Inc." LICENSE="GNU GPL v3 GNU LGPL v3" -REVISION="3" +REVISION="4" SOURCE_URI="https://ftpmirror.gnu.org/wget/wget2-$portVersion.tar.gz" CHECKSUM_SHA256="2b3b9c85b7fb26d33ca5f41f1f8daca71838d869a19b406063aa5c655294d357" @@ -145,14 +145,14 @@ INSTALL() cp -r docs/man/* "$manDir" #install documentation - mkdir -p $developDocDir - cp -r docs/html $developDocDir + mkdir -p $developDir/documentation/wget2 + cp -r docs/html $developDir/documentation/wget2 prepareInstalledDevelLib libwget fixPkgconfig packageEntries doc \ - $developDocDir + $developDir/documentation packageEntries devel \ "$developDir" \